From: Vadim Zeitlin Date: Mon, 21 Feb 2005 01:44:46 +0000 (+0000) Subject: removed mention of client data, there is none in this class (bug 1144820) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/91d90dd20b4d0cf1933ca4ef8b55a7d1d0cf28f2 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 --- diff --git a/docs/latex/wx/mltchdlg.tex b/docs/latex/wx/mltchdlg.tex index d02d976be7..4965fc9eff 100644 --- a/docs/latex/wx/mltchdlg.tex +++ b/docs/latex/wx/mltchdlg.tex @@ -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}