X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b1b2c71e3ee5d3d5533b99447fc4e7e64540fb5..8b385bf892c1f831965313eaf3ee59b10b435afd:/interface/wx/stdpaths.h diff --git a/interface/wx/stdpaths.h b/interface/wx/stdpaths.h index f115e5458c..f8516d0ce5 100644 --- a/interface/wx/stdpaths.h +++ b/interface/wx/stdpaths.h @@ -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;