NowPlaying: Fixed that PlayerName=iTunes didn't work with iTunes 10.5

This commit is contained in:
Birunthan Mohanathas 2011-10-12 09:46:10 +00:00
parent 6820c67a80
commit 21f55c0ebb
2 changed files with 3 additions and 3 deletions

View File

@ -315,7 +315,7 @@ bool CPlayerITunes::CheckWindow()
{ {
oldTime = time; oldTime = time;
HWND wnd = FindWindow(L"iTunes", L"iTunes"); HWND wnd = FindWindow(L"ITWindow", L"iTunes");
if (wnd && !m_iTunesActive) if (wnd && !m_iTunesActive)
{ {
m_iTunesActive = true; m_iTunesActive = true;

View File

@ -12,7 +12,7 @@
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,3,4 FILEVERSION 1,1,3,5
PRODUCTVERSION PRODUCTVER PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x17L FILEFLAGSMASK 0x17L
#ifdef _DEBUG #ifdef _DEBUG
@ -29,7 +29,7 @@ BEGIN
BLOCK "040904E4" BLOCK "040904E4"
BEGIN BEGIN
VALUE "FileDescription", "NowPlaying Plugin for Rainmeter" VALUE "FileDescription", "NowPlaying Plugin for Rainmeter"
VALUE "FileVersion", "1.1.3.4" VALUE "FileVersion", "1.1.3.5"
VALUE "InternalName", "NowPlaying" VALUE "InternalName", "NowPlaying"
VALUE "LegalCopyright", "Copyright (C) 2011 - Birunthan Mohanathas" VALUE "LegalCopyright", "Copyright (C) 2011 - Birunthan Mohanathas"
VALUE "OriginalFilename", "NowPlaying.dll" VALUE "OriginalFilename", "NowPlaying.dll"