Changes to Rainstaller and RainThemes to support new version checking method.

Minor fix to a couple of typos in the version checking code
Changed "Update Available" to "New Version Available"
This commit is contained in:
jsmorley
2010-06-21 17:14:56 +00:00
parent 8785516c09
commit 8a47a191d7
7 changed files with 9 additions and 10 deletions

View File

@ -467,7 +467,7 @@ LRESULT CALLBACK CTrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
command += L"\\Addons\\RainThemes\\RainThemes.exe\"";
LSExecute(tray->GetWindow(), command.c_str(), SW_SHOWNORMAL);
}
else if(wParam == ID_CONTEXT_NEW_VERSION) //newvercheck
else if(wParam == ID_CONTEXT_NEW_VERSION)
{
LSExecute(NULL, L"http://rainmeter.net/RainCMS/", SW_SHOWNORMAL);
}