Docs corrections from Tim Stahlhut

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-08-25 09:12:15 +00:00
parent 8f3864f737
commit 4d60a2d5d4
3 changed files with 4 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ public:
/**
Return the directory for the user-dependent application data files:
- Unix: @c ~/.appname
- Windows: @c C:\\Documents @c and @c Settings\\username\Application @c Data\appname
- Windows: @c C:\\Documents @c and @c Settings\\username\Application @c Data\\appname
- Mac: @c ~/Library/Application @c Support/appname
*/
wxString GetUserDataDir() const;
@@ -189,7 +189,7 @@ public:
Return the directory for user data files which shouldn't be shared with
the other machines.
This is the same as GetUserDataDir() for all platforms except Windows where it returns
@c C:\\Documents @c and @c Settings\\username\\Local @c Settings\\Application @c Data\appname
@c C:\\Documents @c and @c Settings\\username\\Local @c Settings\\Application @c Data\\appname
*/
wxString GetUserLocalDataDir() const;