X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ec55dc0bee338e32aa0612b36328cc82b9e9194..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/cocoa/slider.h?ds=sidebyside diff --git a/include/wx/cocoa/slider.h b/include/wx/cocoa/slider.h index d89415fdc9..6c6a482b27 100644 --- a/include/wx/cocoa/slider.h +++ b/include/wx/cocoa/slider.h @@ -6,7 +6,7 @@ // Created: 2003/06/19 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_SLIDER_H__ @@ -33,7 +33,7 @@ public: const wxSize& size = wxDefaultSize, long style = wxSL_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, - const wxString& name = wxStaticTextNameStr) + const wxString& name = wxSliderNameStr) { Create(parent, winid, value, minValue, maxValue, pos, size, style, validator, name); @@ -45,7 +45,7 @@ public: const wxSize& size = wxDefaultSize, long style = wxSL_HORIZONTAL, const wxValidator& validator = wxDefaultValidator, - const wxString& name = wxStaticTextNameStr); + const wxString& name = wxSliderNameStr); virtual ~wxSlider(); // ------------------------------------------------------------------------ @@ -79,4 +79,5 @@ public: }; -#endif // __WX_COCOA_SLIDER_H__ +#endif + // __WX_COCOA_SLIDER_H__