Fix by elestel to iTunes plugin: iTunesPlugin did not handle AboutToPromptUserToQuitEvent before

(when user quit iTunes there will be a quit/don't quit dialog)
This commit is contained in:
jsmorley
2010-08-15 13:32:18 +00:00
parent f7d61add35
commit b3e93c0765
3 changed files with 110 additions and 23 deletions

View File

@@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,502
PRODUCTVERSION 1,3,0,502
FILEVERSION 1,3,0,507
PRODUCTVERSION 1,3,0,507
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -45,12 +45,12 @@ BEGIN
BLOCK "040b04b0"
BEGIN
VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter"
VALUE "FileVersion", "1, 3, 0, 502"
VALUE "FileVersion", "1, 3, 0, 507"
VALUE "InternalName", "Rainmeter"
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "Rainmeter.exe"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 3, 0, 502"
VALUE "ProductVersion", "1, 3, 0, 507"
END
END
BLOCK "VarFileInfo"