]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/statline.h
destroy m_impl even if an exception is thrown from the main loop
[wxWidgets.git] / include / wx / palmos / statline.h
index 6d74fcb78bc94206066ec79c75deb35826f41c7a..3101682bea841447fa781de0d427fac148f34a07 100644 (file)
@@ -27,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);
     }
@@ -37,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; }