From: Vadim Zeitlin Date: Wed, 15 Aug 2007 21:27:25 +0000 (+0000) Subject: fixed TeX error introduced in rev 48093 (sorry) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4346581b7c6548fdef1486564787154d20a401df?ds=inline fixed TeX error introduced in rev 48093 (sorry) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tooltip.tex b/docs/latex/wx/tooltip.tex index 2405dd04ee..f2e70d722c 100644 --- a/docs/latex/wx/tooltip.tex +++ b/docs/latex/wx/tooltip.tex @@ -5,8 +5,8 @@ This class holds information about a tooltip associated with a window The four static methods, \helpref{wxToolTip::Enable}{wxtooltipenable}, \helpref{wxToolTip::SetDelay}{wxtooltipsetdelay} -\helpref(wxToolTip::SetAutoPop)(wxtooltipsetautopop) and -\helpref(wxToolTip::SetReshow)(wxtooltipsetreshow) can be used to globally +\helpref{wxToolTip::SetAutoPop}{wxtooltipsetautopop} and +\helpref{wxToolTip::SetReshow}{wxtooltipsetreshow} can be used to globally alter tooltips behaviour. \wxheading{Derived from}