From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:40:04 +0000 (+0000) Subject: Fix typo in wxMultiChoiceDialog::GetSelections() name in the documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c68b8967461719a85fbb71a71b405c145c8c46a8 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 --- diff --git a/interface/wx/choicdlg.h b/interface/wx/choicdlg.h index 70ff5d444b..ff49376afc 100644 --- a/interface/wx/choicdlg.h +++ b/interface/wx/choicdlg.h @@ -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.