]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statline.h
few other fixes for wxChar => wxString
[wxWidgets.git] / interface / wx / statline.h
index 745e1aeb2129af59d6ece5fc31a42198bd0c5b03..198e5a8824d59e47c043ecd5ca347eba8857c2b9 100644 (file)
@@ -61,7 +61,7 @@ public:
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxLI_HORIZONTAL,
-                 const wxString& name = "staticLine");
+                 const wxString& name = wxStaticLineNameStr);
 
     /**
         Creates the static line for two-step construction.
@@ -69,9 +69,8 @@ public:
     */
     bool Create(wxWindow* parent, wxWindowID id = wxID_ANY,
                 const wxPoint& pos = wxDefaultPosition,
-                const wxSize& size = wxDefaultSize,
-                long style = 0,
-                const wxString& name = "staticLine");
+                const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL,
+                const wxString& name = wxStaticLineNameStr);
 
     /**
         This static function returns the size which will be given to the smaller