Alexandre Julliard : winecfg: Set the background color for the web link.

Alexandre Julliard julliard at winehq.org
Mon Sep 26 16:15:14 CDT 2011


Module: wine
Branch: master
Commit: 707efdc0f8c6d2735ecde8e47cb024e569681300
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=707efdc0f8c6d2735ecde8e47cb024e569681300

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep 26 22:53:14 2011 +0200

winecfg: Set the background color for the web link.

---

 programs/winecfg/about.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/winecfg/about.c b/programs/winecfg/about.c
index 650603a..9b32582 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;




More information about the wine-cvs mailing list