X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d2b62c57b32dce7e47d2810c85c524a22bd1796..bcf576ccfe754a634034203aa133c02fb5d2f964:/docs/latex/wx/stdpaths.tex diff --git a/docs/latex/wx/stdpaths.tex b/docs/latex/wx/stdpaths.tex index a4252831c3..dd5a12fa14 100644 --- a/docs/latex/wx/stdpaths.tex +++ b/docs/latex/wx/stdpaths.tex @@ -143,7 +143,7 @@ Example return values: Return the directory for the user config files: \begin{itemize} \item Unix: \tt{~} (the home directory) - \item Windows: \tt{C:\\Documents and Settings\\\textit{username}} + \item Windows: \tt{C:$\backslash$Documents and Settings$\backslash$\textit{username}} \item Mac: \tt{~/Library/Preferences} \end{itemize} @@ -159,7 +159,7 @@ more appropriate. Return the directory for the user-dependent application data files: \begin{itemize} \item Unix: \tt{~/.\textit{appname}} - \item Windows: \tt{C:\\Documents and Settings\\\textit{username}\\Application Data\\\textit{appname}} + \item Windows: \tt{C:$\backslash$Documents and Settings$\backslash$\textit{username}$\backslash$Application Data$\backslash$\textit{appname}} \item Mac: \tt{~/Library/Application Support/\textit{appname}} \end{itemize}