]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in wxMultiChoiceDialog::GetSelections() name in the documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:04 +0000 (15:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:04 +0000 (15:40 +0000)
Closes #13986.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/choicdlg.h

index 70ff5d444b84a08786f95f42cc1a564dc933db0c..ff49376afcd425f88e698e2b0853aaf2a5045569 100644 (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.