From: Stefan Neis Date: Wed, 16 May 2007 15:41:58 +0000 (+0000) Subject: Minor cleanup ( _ -> \_ ). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d6adfdf93495b0e569c30431cb51f296126d4e37 Minor cleanup ( _ -> \_ ). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/stattext.tex b/docs/latex/wx/stattext.tex index 5db7a79b07..efb0031f79 100644 --- a/docs/latex/wx/stattext.tex +++ b/docs/latex/wx/stattext.tex @@ -32,7 +32,7 @@ control width, replace the beginning of the text with an ellipsis} the text in the middle of the control with an ellipsis} \twocolitem{\windowstyle{wxST\_ELLIPSIZE\_END}}{Same as above, but replace the end of the text with an ellipsis} -\twocolitem{\windowstyle{wxST_MARKUP}}{Support markup in the label; see +\twocolitem{\windowstyle{wxST\_MARKUP}}{Support markup in the label; see \helpref{SetLabel}{wxstatictextsetlabel} for more information} \end{twocollist} @@ -106,7 +106,7 @@ label text is needed. Returns the control's label or the given \arg{label} string for the static version without the mnemonics characters (if any) and without the markup -(if the control has \texttt{wxST_MARKUP} style). +(if the control has \texttt{wxST\_MARKUP} style). diff --git a/docs/latex/wx/txrc.tex b/docs/latex/wx/txrc.tex index bc3408e257..c47f67f62d 100644 --- a/docs/latex/wx/txrc.tex +++ b/docs/latex/wx/txrc.tex @@ -513,7 +513,7 @@ END_EVENT_TABLE() Adding a new resource handler is pretty easy. Typically, to add an handler for the {\tt MyControl} class, you'll want to create -the {\tt xh_mycontrol.h} {\tt xh_mycontrol.cpp} files. +the {\tt xh\_mycontrol.h} {\tt xh\_mycontrol.cpp} files. The header needs to contains the {\tt MyControlXmlHandler} class definition: