]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
minor additions to wxCmdLineParser tests
[wxWidgets.git] / src / msw / control.cpp
index 4ba67fba6ee48499e919f8436eaebf528daf736d..8400508235ec803e079ca87ad09e2e8d73e94dbf 100644 (file)
@@ -128,7 +128,7 @@ bool wxControl::MSWCreateControl(const wxChar *classname,
     }
 #endif // wxUSE_CTL3D
 
-    // subclass again for purposes of dialog editing mode
+    // install wxWindows window proc for this window
     SubclassWin(m_hWnd);
 
     // controls use the same font and colours as their parent dialog by default