]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stdpaths.tex
wxR?_USE_CHECKBOX style for wxPalmOS.
[wxWidgets.git] / docs / latex / wx / stdpaths.tex
index a4252831c3d8d380db6acd0c60d946dcfc65d6e8..dd5a12fa147467bf230813b6571c166e9ecd21c1 100644 (file)
@@ -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}