From: Vadim Zeitlin Date: Fri, 6 Jun 2003 15:40:15 +0000 (+0000) Subject: typo in the event type name X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3195dca76cc68b720b26f5cc0bd61a4c47379aa8?hp=3885ccc54a7eb95bde8d4c53ad6dfe026f26ee83 typo in the event type name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/checklst.tex b/docs/latex/wx/checklst.tex index c88c7c0641..f2a296045a 100644 --- a/docs/latex/wx/checklst.tex +++ b/docs/latex/wx/checklst.tex @@ -27,7 +27,7 @@ See \helpref{wxListBox}{wxlistbox}. \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf EVT\_CHECKLISTBOX(id, func)}}{Process a wxEVT\_COMMAND\_CHECKLISTBOX\_TOGGLE event, +\twocolitem{{\bf EVT\_CHECKLISTBOX(id, func)}}{Process a wxEVT\_COMMAND\_CHECKLISTBOX\_TOGGLED event, when an item in the check list box is checked or unchecked.} \end{twocollist}