]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stdpaths.tex
somehow commit did not work
[wxWidgets.git] / docs / latex / wx / stdpaths.tex
index f4f7ce4cf2bd7c78dfd8349667d88a09a43e0753..8f44a53aa46ef6b8965664daa9ef15a51dc6d229 100644 (file)
@@ -40,6 +40,9 @@ applications. I.e. under Unix you should follow the standard installation
 conventions and under Mac you should create your application bundle according
 to the Apple guidelines. Again, this class doesn't help you to do it.
 
+This class is MT-safe: its methods may be called concurrently from different
+threads without additional locking.
+
 \wxheading{Derived from}
 
 No base class
@@ -61,7 +64,7 @@ Return the directory containing the system config files.
 Example return values:
 \begin{itemize}
     \item Unix: \texttt{/etc}
-    \item Windows: \texttt{C:$\backslash$Windows}
+    \item Windows: \texttt{C:$\backslash$Documents and Settings$\backslash$All Users$\backslash$Application Data}
     \item Mac: \texttt{/Library/Preferences}
 \end{itemize}