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
This commit is contained in:
parent
746aa166e4
commit
bfddb9239f
@ -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();
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
@ -10,7 +10,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "wx/app.h"
|
||||
#include "wx/statline.h"
|
||||
#include "wx/slider.h"
|
||||
|
||||
#import <AppKit/NSView.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user