Commit f05fa1b9 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

winecfg: Use GetSysColorBrush().

parent 0042744b
......@@ -172,7 +172,7 @@ AboutDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
case IDC_ABT_LICENSE_TEXT:
case IDC_ABT_WEB_LINK:
SetBkColor((HDC)wParam, GetSysColor(COLOR_WINDOW));
return (INT_PTR)CreateSolidBrush(GetSysColor(COLOR_WINDOW));
return (INT_PTR)GetSysColorBrush(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