X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15bc1a64a82f79768174325ae05f4ef4f68f8469..49d8a7819b3a04c5a51a4e73c3d5b41d8082972c:/include/wx/cocoa/gauge.h diff --git a/include/wx/cocoa/gauge.h b/include/wx/cocoa/gauge.h index dd5228059b..eddd47eafc 100644 --- a/include/wx/cocoa/gauge.h +++ b/include/wx/cocoa/gauge.h @@ -6,7 +6,7 @@ // Created: 2003/07/15 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_GAUGE_H__ @@ -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(); @@ -70,4 +70,5 @@ protected: virtual wxSize DoGetBestSize() const; }; -#endif // __WX_COCOA_GAUGE_H__ +#endif + // __WX_COCOA_GAUGE_H__