X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1de1196ab3ad5c0f143870b1bf5568adcf383424..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/palmos/statline.h diff --git a/include/wx/palmos/statline.h b/include/wx/palmos/statline.h index b4941d1549..3101682bea 100644 --- a/include/wx/palmos/statline.h +++ b/include/wx/palmos/statline.h @@ -12,10 +12,6 @@ #ifndef _WX_MSW_STATLINE_H_ #define _WX_MSW_STATLINE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface -#endif - // ---------------------------------------------------------------------------- // wxStaticLine // ---------------------------------------------------------------------------- @@ -31,7 +27,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ) + const wxString &name = wxStaticLineNameStr ) { Create(parent, id, pos, size, style, name); } @@ -41,7 +37,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ); + const wxString &name = wxStaticLineNameStr ); // overriden base class virtuals virtual bool AcceptsFocus() const { return FALSE; }