This commit is contained in:
Aaron Robinson 2003-03-28 23:54:05 +00:00
parent 15f6886d5c
commit 2fc97d6c31
1 changed files with 2 additions and 2 deletions

View File

@ -243,9 +243,9 @@ LRESULT CALLBACK WndMain::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
HGDIOBJ tmpObj = SelectObject(hDC, hFont); 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]; char buffer[255];