COLOR_3DFACE is a better choice for the dialog background.

This commit is contained in:
Dmitry Timoshkov 2005-09-23 10:47:26 +00:00 committed by Alexandre Julliard
parent da46628883
commit 37548987ad
1 changed files with 1 additions and 1 deletions

View File

@ -1977,7 +1977,7 @@ BOOL msi_dialog_register_class( void )
cls.hInstance = NULL;
cls.hIcon = LoadIconW(0, (LPWSTR)IDI_APPLICATION);
cls.hCursor = LoadCursorW(0, (LPWSTR)IDC_ARROW);
cls.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
cls.hbrBackground = (HBRUSH)(COLOR_3DFACE + 1);
cls.lpszMenuName = NULL;
cls.lpszClassName = szMsiDialogClass;