From: Vadim Zeitlin Date: Fri, 25 Aug 2006 17:26:57 +0000 (+0000) Subject: quote an underscore X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dabb05ac5bfaee014e1118c465d5348e545a6dc4 quote an underscore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/apptraits.tex b/docs/latex/wx/apptraits.tex index 16f40d2250..6c15c18363 100644 --- a/docs/latex/wx/apptraits.tex +++ b/docs/latex/wx/apptraits.tex @@ -84,7 +84,7 @@ Returns the wxWidgets port ID used by the running program and eventually fills the given pointers with the values of the major and minor digits of the native toolkit currently used. -E.g. if your program is using wxGTK port this function will return wxPORT_GTK and +E.g. if your program is using wxGTK port this function will return wxPORT\_GTK and put in given pointers the versions of the GTK library in use. See \helpref{wxPlatformInfo}{wxplatforminfo} for more details.