]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/spinctrl.cpp
fixed setting of initial font under wxGTK2
[wxWidgets.git] / src / gtk1 / spinctrl.cpp
index 45cc31f6b839d06390cb7045648872305158a872..80d5007a43e1c664a9b0fed0854bf588e710bf18 100644 (file)
@@ -216,7 +216,7 @@ void wxSpinCtrl::SetValue( int value )
 
 void wxSpinCtrl::SetSelection(long from, long to)
 {
-    // translate from wxWindows conventions to GTK+ ones: (-1, -1) means the
+    // translate from wxWidgets conventions to GTK+ ones: (-1, -1) means the
     // entire range
     if ( from == -1 && to == -1 )
     {