From 014577f34095b9a63a9ec809aa73c7b90be11ca7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 26 Feb 2004 19:34:26 +0000 Subject: [PATCH] Fix a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_combobox.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index d56293c468..d4b4bfa966 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -92,7 +92,7 @@ public: " Point pos=DefaultPosition, Size size=DefaultSize,\n" " List choices=[], long style=0, Validator validator=DefaultValidator,\n" " String name=ChoiceNameStr) -> bool", - "Actually create the GUI Choice control for 2-phase creation"); + "Actually create the GUI wxComboBox control for 2-phase creation"); DocDeclStr( -- 2.47.2