]> git.saurik.com Git - wxWidgets.git/commitdiff
escape more underscores (we need a pre-commit check for those...)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Oct 2006 13:45:12 +0000 (13:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 10 Oct 2006 13:45:12 +0000 (13:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dc.tex

index e96191b915eafa0d1dc4e4a04bc73cc132ea61bd..8d023ec90c8f8ecc5092ac2abf4040717d4d4176 100644 (file)
@@ -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}