]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
new logic applies to SetFont(wxNullFont), too
[wxWidgets.git] / src / msw / control.cpp
index a4b4718831da045155d80a470d460ae4208c904b..65042f462eb4b964dabcb38a2854f1de15ee9ade 100644 (file)
@@ -119,7 +119,7 @@ bool wxControl::MSWCreateControl(const wxChar *classname,
     // all controls should have this style
     style |= WS_CHILD;
 
-    // create the control visible if it's currently shown for wxWindows
+    // create the control visible if it's currently shown for wxWidgets
     if ( m_isShown )
     {
         style |= WS_VISIBLE;
@@ -163,7 +163,7 @@ bool wxControl::MSWCreateControl(const wxChar *classname,
     }
 #endif // wxUSE_CTL3D
 
-    // install wxWindows window proc for this window
+    // install wxWidgets window proc for this window
     SubclassWin(m_hWnd);
 
     // set up fonts and colours