From: David Elliott Date: Thu, 19 Jun 2003 22:16:22 +0000 (+0000) Subject: Missed a few substitutions the first time around X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bfddb9239fcc64dec73eeac9ddc1805ca3904b62 Missed a few substitutions the first time around git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/cocoa/slider.h b/include/wx/cocoa/slider.h index d89415fdc9..e1a9193f03 100644 --- a/include/wx/cocoa/slider.h +++ b/include/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(); // ------------------------------------------------------------------------ diff --git a/src/cocoa/slider.mm b/src/cocoa/slider.mm index 9b0cea9a5c..f239be1003 100644 --- a/src/cocoa/slider.mm +++ b/src/cocoa/slider.mm @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #include "wx/app.h" -#include "wx/statline.h" +#include "wx/slider.h" #import