]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/spinbutt.h
added wxString::rbegin() and rend()
[wxWidgets.git] / include / wx / cocoa / spinbutt.h
index e911e1b52b624227046f180233ee9f67aa39844f..43c8290b515ebda8de66e9d604a561f018abb808 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/07/14
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_SPINBUTT_H__
@@ -39,7 +39,7 @@ public:
     bool Create(wxWindow *parent, wxWindowID winid = -1,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            long style = wxSL_HORIZONTAL,
+            long style = wxSP_HORIZONTAL,
             const wxString& name = wxSPIN_BUTTON_NAME);
     virtual ~wxSpinButton();