Commit 707efdc0 authored by Alexandre Julliard's avatar Alexandre Julliard

winecfg: Set the background color for the web link.

parent 76b6c8f5
......@@ -170,6 +170,7 @@ AboutDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
SetTextColor((HDC)wParam, 0x0000007F);
case IDC_ABT_PANEL_TEXT:
case IDC_ABT_LICENSE_TEXT:
case IDC_ABT_WEB_LINK:
return (INT_PTR)CreateSolidBrush(GetSysColor(COLOR_WINDOW));
}
break;
......
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