From 208d98f5dc4d19c08d4464a05ca09fbda70df8b4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 May 2017 14:13:58 +0200 Subject: [PATCH] Fix typo in wxStandardPaths::SetFileLayout() documentation It sets the current layout, not returns it. See #17727. --- interface/wx/stdpaths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/stdpaths.h b/interface/wx/stdpaths.h index 9540770cb4..f7683b0cd0 100644 --- a/interface/wx/stdpaths.h +++ b/interface/wx/stdpaths.h @@ -509,7 +509,7 @@ public: void UseAppInfo(int info); /** - Returns the current file layout. + Sets the current file layout. The default layout is @c FileLayout_Classic for compatibility, however newer applications are encouraged to set it to @c FileLayout_XDG on