]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
new member functio of wxDbColInfo to allow two step creation , to be
[wxWidgets.git] / include / wx / generic / splitter.h
index 2ea74a49d0c1da60ea13ee52b43bbfaecc8bdf6a..26480fe129175a0cf632c6aa78afc1c0ea768638 100644 (file)
@@ -71,7 +71,7 @@ public:
                      const wxPoint& pos = wxDefaultPosition,
                      const wxSize& size = wxDefaultSize,
                      long style = wxSP_3D,
-                     const wxString& name = "splitter")
+                     const wxString& name = wxT("splitter"))
     {
         Init();
         Create(parent, id, pos, size, style, name);
@@ -83,7 +83,7 @@ public:
                      const wxPoint& pos = wxDefaultPosition,
                      const wxSize& size = wxDefaultSize,
                      long style = wxSP_3D,
-                     const wxString& name = "splitter");
+                     const wxString& name = wxT("splitter"));
 
     // Gets the only or left/top pane
     wxWindow *GetWindow1() const { return m_windowOne; }