winecfg: Set the background color for the web link.

oldstable
Alexandre Julliard 2011-09-26 22:53:14 +02:00
parent 76b6c8f517
commit 707efdc0f8
1 changed files with 1 additions and 0 deletions

View File

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