mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Upgrading development environment to Visual C++ 2010.
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user