Fix typo in wxMultiChoiceDialog::GetSelections() name in the documentation.

Closes #13986.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2012-02-15 15:40:04 +00:00
parent 9b026e3159
commit c68b896746

View File

@ -123,7 +123,7 @@ public:
/**
Returns array with indexes of selected items.
*/
wxArrayInt GetSelection() const;
wxArrayInt GetSelections() const;
/**
Sets selected items from the array of selected items' indexes.