[WINHTTP] Sync with Wine Staging 3.9. CORE-14656
[reactos.git] / dll / cpl / desk / draw.c
index f055832..891b91d 100644 (file)
@@ -611,10 +611,10 @@ MyDrawMenuBarTemp(HWND Wnd, HDC DC, LPRECT Rect, HMENU Menu, HFONT Font, COLOR_S
         if (i == 1)
         {
             ++rect.left; ++rect.top; ++rect.right; ++rect.bottom;
-            SetTextColor(DC, RGB(0xff, 0xff, 0xff));
+            SetTextColor(DC, scheme->crColor[COLOR_BTNHIGHLIGHT]);
             DrawTextW(DC, Text, -1, &rect, uFormat);
             --rect.left; --rect.top; --rect.right; --rect.bottom;
-            SetTextColor(DC, RGB(0x80, 0x80, 0x80));
+            SetTextColor(DC, scheme->crColor[COLOR_BTNSHADOW]);
         }
         DrawTextW(DC, Text, -1, &rect, uFormat);
     }