Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 559 Patch: Index: credwnd.c =================================================================== --- credwnd.c (revision 19739) +++ credwnd.c (working copy) @@ -685,7 +689,7 @@ COLORREF bg_hdr_warn = RGB(235,235,134); COLORREF bg_hdr_crit = RGB(235,184,134); COLORREF bg_hdr_exp = RGB(235,134,134); - COLORREF bg_hdr_def = RGB(184,235,134); + COLORREF bg_hdr_def = GetSysColor(COLOR_WINDOW); tbl->cr_normal = GetSysColor(COLOR_WINDOWTEXT); tbl->cr_s = GetSysColor(COLOR_WINDOWTEXT);