Document that wxStandardPaths::GetUserConfigDir() doesn't use app info.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Feb 2012 02:09:58 +0000 (02:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Feb 2012 02:09:58 +0000 (02:09 +0000)
Explicitly mention this instead of just relying on the examples to convey it.

Closes #11275.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/stdpaths.h

index b4f577662f29568cf4c46f9046a58bbc3bbd6e2d..4ef882375be99dd0101dae8ccbb49f8cec306e20 100644 (file)
@@ -237,7 +237,8 @@ public:
         - Mac: @c ~/Library/Preferences
 
         Only use this method if you have a single configuration file to put in this
-        directory, otherwise GetUserDataDir() is more appropriate.
+        directory, otherwise GetUserDataDir() is more appropriate as the latter
+        adds @c appinfo to the path, unlike this function.
     */
     virtual wxString GetUserConfigDir() const;