]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing comma
authorRobin Dunn <robin@alldunn.com>
Mon, 26 Apr 2004 22:28:34 +0000 (22:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 26 Apr 2004 22:28:34 +0000 (22:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_combobox.i

index ac81948f495a011925349660c095f945a0ad9c57..ab262f9bf14f7de761501e5a321cc4d01a4413a8 100644 (file)
@@ -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(