Modified for icons on About dialog box.

This commit is contained in:
spx
2010-08-25 14:36:20 +00:00
parent 5b7a985a7e
commit bea3b2821a
6 changed files with 13 additions and 10 deletions

View File

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