]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/gauge.h
fix the bug which prevented the same wxFile/DirDialog object from being used twice...
[wxWidgets.git] / include / wx / cocoa / gauge.h
index dd5228059ba160084297b8c7d8a30ae373052c3a..1a7e9957f77d60ebf9f392812ac0ed1b4b84712d 100644 (file)
@@ -42,7 +42,7 @@ public:
     bool Create(wxWindow *parent, wxWindowID winid, int range,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
-            long style = wxSL_HORIZONTAL,
+            long style = wxGA_HORIZONTAL,
             const wxValidator& validator = wxDefaultValidator,
             const wxString& name = wxGaugeNameStr);
     virtual ~wxGauge();