From 78e7a73d4f152cbdefabcfc4e2af39684bb742f9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 23 Apr 2003 21:29:36 +0000 Subject: [PATCH] Changed validator parameter name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index 2fd172ddd6..81806eaf6c 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -323,7 +323,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxValidator& val = wxDefaultValidator, + const wxValidator& validator = wxDefaultValidator, const wxString& name = wxPyCheckBoxNameStr); %name(wxPreCheckBox)wxCheckBox(); @@ -331,7 +331,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxValidator& val = wxDefaultValidator, + const wxValidator& validator = wxDefaultValidator, const wxString& name = wxPyCheckBoxNameStr); %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"