X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c94bdf2a19b4a3f5d958f491814a383ac7ef4ffb..f1a73c6a816aeba155e88c628a0a778a2fe068bd:/include/wx/palmos/statusbr.h diff --git a/include/wx/palmos/statusbr.h b/include/wx/palmos/statusbr.h index 07da2297f9..273dbb928b 100644 --- a/include/wx/palmos/statusbr.h +++ b/include/wx/palmos/statusbr.h @@ -21,7 +21,7 @@ public: wxStatusBarPalm(); wxStatusBarPalm(wxWindow *parent, wxWindowID id = wxID_ANY, - long style = wxST_DEFAULT_STYLE, + long style = wxSTB_DEFAULT_STYLE, const wxString& name = wxEmptyString) { (void)Create(parent, id, style, name); @@ -29,7 +29,7 @@ public: bool Create(wxWindow *parent, wxWindowID id = wxID_ANY, - long style = wxST_DEFAULT_STYLE, + long style = wxSTB_DEFAULT_STYLE, const wxString& name = wxEmptyString); virtual ~wxStatusBarPalm();