mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix ugly toolbar colour
svn path=/trunk/; revision=20588
This commit is contained in:
parent
e90331cf71
commit
8218812468
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ int WINAPI WinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance,
|
|||
wc.hInstance = hInstance;
|
||||
wc.hIcon = LoadIcon(GetModuleHandle(NULL), MAKEINTRESOURCE(IDI_SM_ICON));
|
||||
wc.hCursor = LoadCursor(NULL, IDC_ARROW);
|
||||
wc.hbrBackground = (HBRUSH)(COLOR_WINDOW);
|
||||
wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1);
|
||||
wc.lpszMenuName = MAKEINTRESOURCE(IDR_MAINMENU);
|
||||
wc.lpszClassName = ClassName;
|
||||
wc.hIconSm = (HICON)LoadImage(GetModuleHandle(NULL),
|
||||
|
|
Loading…
Reference in a new issue