From: Robin Dunn Date: Mon, 26 Apr 2004 22:28:34 +0000 (+0000) Subject: added missing comma X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ce4d9fa3788e3588105437688590d8490e557c8 added missing comma git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index ac81948f49..ab262f9bf1 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -142,7 +142,7 @@ public: DocDeclStrName( virtual void , SetSelection(long from, long to), - "Selects the text between the two positions in the combobox text field." + "Selects the text between the two positions in the combobox text field.", SetMark); DocDeclStr(