Added 32x32 icon image for Alt+Tab.

This commit is contained in:
spx
2010-08-25 15:48:21 +00:00
parent bea3b2821a
commit 494a7c77ce
4 changed files with 4 additions and 2 deletions

View File

@ -47,7 +47,7 @@ CTrayWindow::CTrayWindow(HINSTANCE instance)
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;
wc.hInstance = instance;
wc.hIcon = LoadIcon(instance, MAKEINTRESOURCE(IDI_TRAY));
wc.hIcon = LoadIcon(instance, MAKEINTRESOURCE(IDI_WINDOW));
wc.hCursor = LoadCursor(NULL, IDC_ARROW);
wc.hbrBackground = (HBRUSH)GetStockObject(WHITE_BRUSH);
wc.lpszMenuName = NULL;