]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_choice.i
SetStringSelection and etc. fixes
[wxWidgets.git] / wxPython / src / _choice.i
index a0472e1d96eb12654ff332848aac560902e395cd..a4b46b980e299841b5a79e806963a7ef404cc005 100644 (file)
@@ -82,7 +82,7 @@ public:
         "Select the n'th item (zero based) in the list.");
     
     DocDeclStr(
-        void , SetStringSelection(const wxString& string),
+        bool , SetStringSelection(const wxString& string),
         "Select the item with the specifed string");
     
     DocDeclStr(