Change color gray text to 128 128 128 for win9x look.

This commit is contained in:
Gerard Patel 1999-07-23 19:18:37 +00:00 committed by Alexandre Julliard
parent 8f44baf5c4
commit fd0873770a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static const char * const DefSysColors95[] =
"HilightText", "255 255 255", /* COLOR_HIGHLIGHTTEXT */
"ButtonFace", "192 192 192", /* COLOR_BTNFACE */
"ButtonShadow", "128 128 128", /* COLOR_BTNSHADOW */
"GrayText", "192 192 192", /* COLOR_GRAYTEXT */
"GrayText", "128 128 128", /* COLOR_GRAYTEXT */
"ButtonText", "0 0 0", /* COLOR_BTNTEXT */
"InactiveTitleText", "0 0 0", /* COLOR_INACTIVECAPTIONTEXT */
"ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */