From 6a45150b9c54f7ca99fe5287b270d53280aed01a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 21 Sep 2006 16:59:08 +0000 Subject: [PATCH] Use GridNameStr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/grid.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 6c78cc4bb7..5262a244e6 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -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 -- 2.47.2