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:
parent
9b026e3159
commit
c68b896746
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user