Commit 24d4ebfd authored by Noomen Hamza's avatar Noomen Hamza Committed by Alexandre Julliard

Set the COLOR_3DLIGHT system color to the right window default value.

parent a19862fc
......@@ -79,7 +79,7 @@ static const char * const DefSysColors95[] =
"InactiveTitleText", "0 0 0", /* COLOR_INACTIVECAPTIONTEXT */
"ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */
"3DDarkShadow", "0 0 0", /* COLOR_3DDKSHADOW */
"3DLight", "223 223 223", /* COLOR_3DLIGHT */
"3DLight", "192 192 192", /* COLOR_3DLIGHT */
"InfoText", "0 0 0", /* COLOR_INFOTEXT */
"InfoBackground", "255 255 192", /* COLOR_INFOBK */
"AlternateButtonFace", "184 180 184", /* COLOR_ALTERNATEBTNFACE */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment