added missing comma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -142,7 +142,7 @@ public:
|
|||||||
|
|
||||||
DocDeclStrName(
|
DocDeclStrName(
|
||||||
virtual void , SetSelection(long from, long to),
|
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);
|
SetMark);
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
|
Reference in New Issue
Block a user