--- trunk/reactos/subsys/system/servman/servman.c 2006-01-05 20:13:06 UTC (rev 20587)
+++ trunk/reactos/subsys/system/servman/servman.c 2006-01-05 20:57:29 UTC (rev 20588)
@@ -571,7 +571,7 @@
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),