From: Vadim Zeitlin Date: Sun, 13 Aug 2006 01:20:06 +0000 (+0000) Subject: corrected example of GetUserConfigDir() return value under Windows (patch 1538788) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/da557e094547b3d6958fd3d46b4f019b150a4246 corrected example of GetUserConfigDir() return value under Windows (patch 1538788) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/stdpaths.tex b/docs/latex/wx/stdpaths.tex index 0b5db675e3..b7f08e9bf3 100644 --- a/docs/latex/wx/stdpaths.tex +++ b/docs/latex/wx/stdpaths.tex @@ -204,7 +204,7 @@ Example return values: Return the directory for the user config files: \begin{itemize} \item Unix: \tt{~} (the home directory) - \item Windows: \tt{C:$\backslash$Documents and Settings$\backslash$\textit{username}} + \item Windows: \tt{C:$\backslash$Documents and Settings$\backslash$\textit{username}$\backslash$Application Data} \item Mac: \tt{~/Library/Preferences} \end{itemize}