]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/spinctrl.cpp
regenerated with correct substitutions for COND_WXUNIV_0 (fixes wxAdv build problems)
[wxWidgets.git] / src / mac / classic / spinctrl.cpp
index 22553d47f169477c3bcaa8f9b6565d98f620bdc8..57df875cd50b229741a55cd8ad311f2da6c7c8ae 100644 (file)
@@ -321,7 +321,7 @@ void wxSpinCtrl::SetRange(int min, int max)
 
 void wxSpinCtrl::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
     if ( (from == -1) && (to == -1) )
     {