Upgrading development environment to Visual C++ 2010.

This commit is contained in:
Birunthan Mohanathas
2011-02-10 16:09:05 +00:00
parent e99a1cc808
commit 6a5173c860
71 changed files with 8175 additions and 14534 deletions

View File

@ -393,7 +393,7 @@ LRESULT CALLBACK CTrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
case WM_COMMAND:
if (Rainmeter && tray)
{
if(wParam == ID_CONTEXT_ABOUT)
if (wParam == ID_CONTEXT_ABOUT)
{
OpenAboutDialog(tray->GetWindow(), Rainmeter->GetInstance());
}