Fixed a small bug created by the new "Downloads" context menu.

This commit is contained in:
jsmorley 2010-10-26 16:10:42 +00:00
parent 9f881c1b2b
commit 6d9834a89e

View File

@ -407,7 +407,7 @@ LRESULT CALLBACK CTrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
{
OpenAboutDialog(tray->GetWindow(), Rainmeter->GetInstance());
}
if (wParam == ID_CONTEXT_DOWNLOADS)
else if (wParam == ID_CONTEXT_DOWNLOADS)
{
LSExecute(NULL, RAINMETER_DOWNLOADS, SW_SHOWNORMAL);
}