winecfg: Use GetSysColorBrush().

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2019-04-15 20:16:18 -05:00 committed by Alexandre Julliard
parent 0042744b5b
commit f05fa1b99d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}