]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
partially applied patch #895170: "Building with minimal setup.h - continuation"
[wxWidgets.git] / src / msw / textctrl.cpp
index e285303d8dca2e57c0c6f5d7f55370662b4f399a..5f85cb94b08afc60c635d2497bab75ea6ebde9da 100644 (file)
@@ -1181,7 +1181,7 @@ bool wxTextCtrl::IsEditable() const
 
 void wxTextCtrl::SetSelection(long from, long to)
 {
-    // if from and to are both -1, it means (in wxWindows) that all text should
+    // if from and to are both -1, it means (in wxWidgets) that all text should
     // be selected - translate into Windows convention
     if ( (from == -1) && (to == -1) )
     {
@@ -2306,7 +2306,7 @@ bool wxTextCtrl::SetStyle(long start, long end, const wxTextAttr& style)
             cf.dwEffects |= CFE_UNDERLINE;
         }
 
-        // strikeout fonts are not supported by wxWindows
+        // strikeout fonts are not supported by wxWidgets
     }
 
     if ( style.HasTextColour() )