From: Vadim Zeitlin Date: Sat, 2 Dec 2006 18:17:33 +0000 (+0000) Subject: remove extra '{' which broke docs compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7975a361bb7c2c2d12839fa10ae599689738b7da?ds=inline remove extra '{' which broke docs compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/htwindow.tex b/docs/latex/wx/htwindow.tex index 82633d6aa2..6a7d4ba917 100644 --- a/docs/latex/wx/htwindow.tex +++ b/docs/latex/wx/htwindow.tex @@ -54,7 +54,7 @@ functions that take a \helpref{wxHtmlCellEvent}{wxhtmlcellevent} argument or a \ \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt \twocolitem{{\bf EVT\_HTML\_CELL\_CLICKED(id, func)}}{A \helpref{wxHtmlCell}{wxhtmlcell} was clicked.} -\twocolitem{{\bf EVT\_HTML\_CELL\_HOVER(id, func)}}{The mouse passed over a {\helpref{wxHtmlCell}{wxhtmlcell}.} +\twocolitem{{\bf EVT\_HTML\_CELL\_HOVER(id, func)}}{The mouse passed over a \helpref{wxHtmlCell}{wxhtmlcell}.} \twocolitem{{\bf EVT\_HTML\_LINK\_CLICKED(id, func)}}{A \helpref{wxHtmlCell}{wxhtmlcell} which contains an hyperlink was clicked.} \end{twocollist}