winecfg: Set the background color for the web link.
This commit is contained in:
parent
76b6c8f517
commit
707efdc0f8
|
@ -170,6 +170,7 @@ AboutDlgProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
SetTextColor((HDC)wParam, 0x0000007F);
|
SetTextColor((HDC)wParam, 0x0000007F);
|
||||||
case IDC_ABT_PANEL_TEXT:
|
case IDC_ABT_PANEL_TEXT:
|
||||||
case IDC_ABT_LICENSE_TEXT:
|
case IDC_ABT_LICENSE_TEXT:
|
||||||
|
case IDC_ABT_WEB_LINK:
|
||||||
return (INT_PTR)CreateSolidBrush(GetSysColor(COLOR_WINDOW));
|
return (INT_PTR)CreateSolidBrush(GetSysColor(COLOR_WINDOW));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue