Correct wrong XDG note in wxStandardPaths::GetUserDir() docs

Unlike the older functions, this one doesn't care about backwards
compatibility and so always uses XDG specification.

Closes #18403.
This commit is contained in:
Vadim Zeitlin
2019-05-27 17:27:55 +02:00
parent 50330b3a26
commit b04f199cd0

View File

@@ -389,8 +389,9 @@ public:
If the value could not be determined the users home directory is returned. If the value could not be determined the users home directory is returned.
@note On Unix this method respects the XDG base directory specification @note On Unix this (newer) method always respects the XDG base
only if SetFileLayout() with @c FileLayout_XDG had been called. directory specification, even if SetFileLayout() with @c FileLayout_XDG
hadn't been called.
@since 3.1.0 @since 3.1.0
*/ */