From 707efdc0f8c6d2735ecde8e47cb024e569681300 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 26 Sep 2011 22:53:14 +0200 Subject: [PATCH] winecfg: Set the background color for the web link. --- programs/winecfg/about.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/winecfg/about.c b/programs/winecfg/about.c index 650603a50b5..9b32582992d 100644 --- a/programs/winecfg/about.c +++ b/programs/winecfg/about.c @@ -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; -- 2.11.4.GIT