wxStatusBar95(wxWindow *parent,
wxWindowID id = wxID_ANY,
long style = wxST_SIZEGRIP,
- const wxString& name = wxEmptyString)
+ const wxString& name = wxStatusBarNameStr)
{
(void)Create(parent, id, style, name);
}
bool Create(wxWindow *parent,
wxWindowID id = wxID_ANY,
long style = wxST_SIZEGRIP,
- const wxString& name = wxEmptyString);
+ const wxString& name = wxStatusBarNameStr);
virtual ~wxStatusBar95();