From 91fd135b3846864adbc140895b7cff3a70fb7027 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 29 Apr 2003 10:26:52 +0000 Subject: [PATCH] Fixed brace problem. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/mouseevt.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index fcef0f94cb..75cb7c3c76 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -173,10 +173,10 @@ Returns true if the identified mouse button is changing state. Valid values of {\it button} are: \begin{twocollist}\itemsep=0pt -\twocolitem{{\tt wxMOUSE\_BTN\_LEFT}{check if left button was pressed}} -\twocolitem{{\tt wxMOUSE\_BTN\_MIDDLE}{check if left button was pressed}} -\twocolitem{{\tt wxMOUSE\_BTN\_RIGHT}{check if left button was pressed}} -\twocolitem{{\tt wxMOUSE\_BTN\_ANY}{check if any button was pressed}} +\twocolitem{{\tt wxMOUSE\_BTN\_LEFT}}{check if left button was pressed} +\twocolitem{{\tt wxMOUSE\_BTN\_MIDDLE}}{check if left button was pressed} +\twocolitem{{\tt wxMOUSE\_BTN\_RIGHT}}{check if left button was pressed} +\twocolitem{{\tt wxMOUSE\_BTN\_ANY}}{check if any button was pressed} \end{twocollist} \membersection{wxMouseEvent::ButtonDClick} -- 2.50.0