From b18a7b11166846211a40fe48a1620b3401991fed Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 10 Oct 2006 13:45:12 +0000 Subject: [PATCH] escape more underscores (we need a pre-commit check for those...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dc.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index e96191b915..8d023ec90c 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -639,9 +639,9 @@ font is returned. \constfunc{wxLayoutDirection}{GetLayoutDirection}{\void} Gets the current layout direction of the device context. On platforms where RTL layout -is supported, the return value will either be \texttt{wxLayout_LeftToRight} or -\texttt{wxLayout_RightToLeft}. If RTL layout is not supported, the return value will -be \texttt{wxLayout_Default}. +is supported, the return value will either be \texttt{wxLayout\_LeftToRight} or +\texttt{wxLayout\_RightToLeft}. If RTL layout is not supported, the return value will +be \texttt{wxLayout\_Default}. \wxheading{See also} @@ -1016,7 +1016,7 @@ See also \helpref{wxFont}{wxfont}. \func{void}{SetLayoutDirection}{\param{wxLayoutDirection}{ dir}} Sets the current layout direction for the device context. \arg{dir} may be either -\texttt{wxLayout_Default}, \texttt{wxLayout_LeftToRight} or \texttt{wxLayout_RightToLeft}. +\texttt{wxLayout\_Default}, \texttt{wxLayout\_LeftToRight} or \texttt{wxLayout\_RightToLeft}. \wxheading{See also} -- 2.45.2