]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
removed asserts to suppress gcc 3.4 warnings about condition being always true
[wxWidgets.git] / src / msw / spinctrl.cpp
index c2df8b2451659ac991ea1cb061c99afaf0464a16..312867d1a4f8626506d2596eac6dcbc772f135a1 100644 (file)
@@ -441,7 +441,7 @@ int wxSpinCtrl::GetValue() const
 
 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 - translate into Windows convention
     if ( (from == -1) && (to == -1) )
     {