projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004f400
)
corrected example of GetUserConfigDir() return value under Windows (patch 1538788)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 13 Aug 2006 01:20:06 +0000
(
01:20
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 13 Aug 2006 01:20:06 +0000
(
01:20
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40588
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
docs/latex/wx/stdpaths.tex
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/stdpaths.tex
b/docs/latex/wx/stdpaths.tex
index 0b5db675e32a86488dfb53419f4a505d92582992..b7f08e9bf335ab5d6bade9ac161788337c47e3b6 100644
(file)
--- 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}