mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
winecfg: Set the background color for the web link.
This commit is contained in:
parent
76b6c8f517
commit
707efdc0f8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue