removed mention of client data, there is none in this class (bug 1144820)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-21 01:44:46 +00:00
parent 1b965a9cfb
commit 91d90dd20b

View File

@@ -31,7 +31,7 @@ the user to select one or more.
\param{const wxString\& }{caption}, \param{const wxArrayString\& }{choices}, \param{long }{style = wxCHOICEDLG\_STYLE},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}}
Constructor, taking an array of wxString choices and optional client data.
Constructor taking an array of wxString choices.
\wxheading{Parameters}