Fix erwin Data Modeler header text being grey.
From: Zhiyi Zhang zzhang@codeweavers.com
Fix erwin Data Modeler header text being grey. --- dlls/light.msstyles/light.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/light.msstyles/light.rc b/dlls/light.msstyles/light.rc index ef580f2f5e2..2fce7787db1 100644 --- a/dlls/light.msstyles/light.rc +++ b/dlls/light.msstyles/light.rc @@ -122,7 +122,7 @@ BLUE_INI TEXTFILE "InfoText = 0 0 0\r\n" "InfoBk = 255 255 255\r\n" "ButtonAlternateFace = 255 255 255\r\n" -"HotTracking = 224 224 224\r\n" +"HotTracking = 48 150 250\r\n" "GradientActiveCaption = 50 150 250\r\n" "GradientInactiveCaption = 128 128 128\r\n" "MenuHilight = 48 150 250\r\n"