]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/spinctrl.cpp
changed background color reference from light gray to assigned bkgd color
[wxWidgets.git] / src / mac / classic / spinctrl.cpp
index 22553d47f169477c3bcaa8f9b6565d98f620bdc8..4a6f5516db931dfbc9d54c84b11f82ce0a2d13f1 100644 (file)
@@ -8,10 +8,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "spinctlg.h"
-#endif
-
 #include "wx/defs.h"
 
 #ifndef WX_PRECOMP
@@ -321,7 +317,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) )
     {