projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf601d
)
The background color is changed to COLOR_WINDOW
author
Kevin Koch
<kpkoch@mit.edu>
Thu, 9 Aug 2007 13:22:59 +0000
(13:22 +0000)
committer
Kevin Koch
<kpkoch@mit.edu>
Thu, 9 Aug 2007 13:22:59 +0000
(13:22 +0000)
Ticket: 5607
Tags: pullup
Target_Version: 1.6.3
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19768
dc483132
-0cff-0310-8789-
dd5450dbe970
src/windows/identity/ui/credwnd.c
patch
|
blob
|
history
diff --git
a/src/windows/identity/ui/credwnd.c
b/src/windows/identity/ui/credwnd.c
index b2a7a1f0bf7199f4821e9f1b82cb0115137744e8..c1b824e500f7c54ad6d5c721b68a2c33a1daca12 100644
(file)
--- a/
src/windows/identity/ui/credwnd.c
+++ b/
src/windows/identity/ui/credwnd.c
@@
-685,7
+685,7
@@
_skip_col:
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);