From 4930046b96031565ee2bbe2bd42b1dbe601996ca Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Tue, 19 Apr 2005 03:41:43 +0000 Subject: [PATCH] compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cocoa/gauge.h | 2 +- include/wx/cocoa/spinbutt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/cocoa/gauge.h b/include/wx/cocoa/gauge.h index dd5228059b..1a7e9957f7 100644 --- a/include/wx/cocoa/gauge.h +++ b/include/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(); diff --git a/include/wx/cocoa/spinbutt.h b/include/wx/cocoa/spinbutt.h index 20f1e70c85..43c8290b51 100644 --- a/include/wx/cocoa/spinbutt.h +++ b/include/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(); -- 2.47.2