From 37548987ad2f217b63b5167b00fd48d05f447a2e Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Fri, 23 Sep 2005 10:47:26 +0000 Subject: [PATCH] COLOR_3DFACE is a better choice for the dialog background. --- dlls/msi/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c index 3c59bef3482..1404f1c11d5 100644 --- a/dlls/msi/dialog.c +++ b/dlls/msi/dialog.c @@ -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; -- 2.11.4.GIT