]> git.saurik.com Git - wxWidgets.git/commitdiff
Use GridNameStr
authorRobin Dunn <robin@alldunn.com>
Thu, 21 Sep 2006 16:59:08 +0000 (16:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 21 Sep 2006 16:59:08 +0000 (16:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/grid.i

index 6c78cc4bb7bbb993ee1db54c37d40a1e52ee938f..5262a244e6acbe8a09abf512d0e4e5910a216389 100644 (file)
@@ -36,7 +36,7 @@
 
 
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
-MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
+MAKE_CONST_WXSTRING_NOSWIG(GridNameStr);
 MAKE_CONST_WXSTRING_NOSWIG(DefaultDateTimeFormat);
 
 //---------------------------------------------------------------------------
@@ -1613,7 +1613,7 @@ public:
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,
             long style = wxWANTS_CHARS,
-            const wxString& name = wxPyPanelNameStr);
+            const wxString& name = wxPyGridNameStr);
 
     %RenameCtor(PreGrid,  wxGrid());
 
@@ -1627,7 +1627,7 @@ public:
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxWANTS_CHARS,
-                 const wxString& name = wxPyPanelNameStr );
+                 const wxString& name = wxPyGridNameStr );
 
     // Override the global renamer to leave these as they are, for backwards
     // compatibility