]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix a typo
authorRobin Dunn <robin@alldunn.com>
Thu, 26 Feb 2004 19:34:26 +0000 (19:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 26 Feb 2004 19:34:26 +0000 (19:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_combobox.i

index d56293c4681636a167edfa4be33a05a0e01317bc..d4b4bfa966b1fb3f21c8ee14a318f9d5dfa492c1 100644 (file)
@@ -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(