Partly reverted r975 (restored Rainmeter.dll).

This commit is contained in:
Birunthan Mohanathas
2011-09-29 06:04:20 +00:00
parent a087fbe5f8
commit 1493aec2a1
14 changed files with 640 additions and 106 deletions

View File

@ -474,7 +474,7 @@ LRESULT CALLBACK CTrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
else if (wParam == ID_CONTEXT_QUIT)
{
PostQuitMessage(0);
CRainmeter::Quit();
Quit();
}
else if (wParam == ID_CONTEXT_OPENSKINSFOLDER)
{