From b04f199cd02745f527d2e8be29f37f88fc3871bc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 May 2019 17:27:55 +0200 Subject: [PATCH] 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. --- interface/wx/stdpaths.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/wx/stdpaths.h b/interface/wx/stdpaths.h index f7683b0cd0..cd92063cbd 100644 --- a/interface/wx/stdpaths.h +++ b/interface/wx/stdpaths.h @@ -389,8 +389,9 @@ public: If the value could not be determined the users home directory is returned. - @note On Unix this method respects the XDG base directory specification - only if SetFileLayout() with @c FileLayout_XDG had been called. + @note On Unix this (newer) method always respects the XDG base + directory specification, even if SetFileLayout() with @c FileLayout_XDG + hadn't been called. @since 3.1.0 */