X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d2b62c57b32dce7e47d2810c85c524a22bd1796..828f093601fa1985a8740ebf7102ab1e4cfe68f7:/docs/latex/wx/stdpaths.tex diff --git a/docs/latex/wx/stdpaths.tex b/docs/latex/wx/stdpaths.tex index a4252831c3..8106b29b52 100644 --- a/docs/latex/wx/stdpaths.tex +++ b/docs/latex/wx/stdpaths.tex @@ -12,7 +12,7 @@ \section{\class{wxStandardPaths}}\label{wxstandardpaths} wxStandardPaths returns the standard locations in the file system and should be -used by the programs to find their data files in a portable way. +used by applications to find their data files in a portable way. Please note that this is not a real class because object of this type are never created but more a namespace containing the class methods which are all static, @@ -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} @@ -180,7 +180,7 @@ all platforms except Windows where it returns \func{static void}{SetInstallPrefix}{\param{const wxString\& }{prefix}} -\textbf{Note: } This function is only available under Unix. +\textbf{Note:} This function is only available under Unix. Lets wxStandardPaths know about the real program installation prefix on a Unix system. By default, the value returned by