]> git.saurik.com Git - wxWidgets.git/commitdiff
added closing parenthesis inside comment, no real changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 00:14:50 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2005 00:14:50 +0000 (00:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/control.cpp

index caaa395f3c4b8f307193a95092fdeb6f93580122..63869411c44db239f29f02948dfe2d0214187cd5 100644 (file)
@@ -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,
 {
     // 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);
     ::SetBkMode((HDC)pDC, TRANSPARENT);
 
     return DoMSWControlColor(pDC, wxNullColour);