]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinctrl.cpp
Optimized sizers to not call CalcMin more often than neccessary
[wxWidgets.git] / src / os2 / spinctrl.cpp
index 5129a3bc85928ba3179114d95a3e1ca51db456bb..6c44693285c16d608f560a96e388272a26bca39d 100644 (file)
@@ -506,7 +506,7 @@ void wxSpinCtrl::SetSelection (
 )
 {
     //
-    // 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 ((lFrom == -1) && (lTo == -1))