]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
applied part of patch 1169925: fix errors with multibyte <-> wx conversions
[wxWidgets.git] / 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,
-    // radio buttons, ...
+    // radio buttons, ...)
     ::SetBkMode((HDC)pDC, TRANSPARENT);
 
     return DoMSWControlColor(pDC, wxNullColour);