From 2fc97d6c31f65ad93c11ebd8f57f301a266c9119 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Fri, 28 Mar 2003 23:54:05 +0000 Subject: [PATCH] tee hee --- Source/Win32/Cxbx/WndMain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Win32/Cxbx/WndMain.cpp b/Source/Win32/Cxbx/WndMain.cpp index 7221d4db6..eb462a951 100644 --- a/Source/Win32/Cxbx/WndMain.cpp +++ b/Source/Win32/Cxbx/WndMain.cpp @@ -243,9 +243,9 @@ LRESULT CALLBACK WndMain::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP HGDIOBJ tmpObj = SelectObject(hDC, hFont); - SetBkColor(hDC, GetSysColor(COLOR_MENUBAR)); + SetBkColor(hDC, GetSysColor(COLOR_3DFACE)); - SetTextColor(hDC, GetSysColor(COLOR_MENUTEXT)); + SetTextColor(hDC, GetSysColor(COLOR_BTNTEXT)); char buffer[255];