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:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user