From d40a56d0db2e5249a65087b6af7d1ff7bfb378a6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 21 Mar 2005 00:14:50 +0000 Subject: [PATCH] added closing parenthesis inside comment, no real changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/control.cpp b/src/msw/control.cpp index caaa395f3c..63869411c4 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -359,7 +359,7 @@ WXHBRUSH wxControl::MSWControlColor(WXHDC pDC) { // by default consider that the controls text shouldn't erase the // background under it (this is true for all static controls, check boxes, - // radio buttons, ... + // radio buttons, ...) ::SetBkMode((HDC)pDC, TRANSPARENT); return DoMSWControlColor(pDC, wxNullColour); -- 2.45.2