]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed broken link and use \backslash instead of literal backslash which has special...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Mar 2007 18:56:39 +0000 (18:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Mar 2007 18:56:39 +0000 (18:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 709ffeaeea7f28f14568318ec675077cda1dadc0..8fd8b09c791f77a244b0a6f260d3aaca8b2684e8 100644 (file)
@@ -698,10 +698,10 @@ application. See \helpref{wxCloseEvent}{wxcloseevent} and \helpref{wxApp}{wxapp}
 
 \membersection{::wxJoin}\label{wxjoin}
 
-\func{wxString}{wxJoin}{\param{const wxArrayString\&}{ arr}, \param{const wxChar}{ sep}, \param{const wxChar}{ escape = '\\'}}
+\func{wxString}{wxJoin}{\param{const wxArrayString\&}{ arr}, \param{const wxChar}{ sep}, \param{const wxChar}{ escape = '$\backslash$'}}
 
 Concatenate all lines of the given \helpref{wxArrayString}{wxarraystring} object using the separator \arg{sep} and returns
-the result as a \helpref{wxString}{string}.
+the result as a \helpref{wxString}{wxstring}.
 
 If the \arg{escape} character is non-\NULL, then it's used as prefix for each occurrence of \arg{sep}
 in the strings contained in \arg{arr} before joining them which is necessary