Fix typo in wxStandardPaths::SetFileLayout() documentation
It sets the current layout, not returns it. See #17727.
This commit is contained in:
@@ -509,7 +509,7 @@ public:
|
|||||||
void UseAppInfo(int info);
|
void UseAppInfo(int info);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the current file layout.
|
Sets the current file layout.
|
||||||
|
|
||||||
The default layout is @c FileLayout_Classic for compatibility, however
|
The default layout is @c FileLayout_Classic for compatibility, however
|
||||||
newer applications are encouraged to set it to @c FileLayout_XDG on
|
newer applications are encouraged to set it to @c FileLayout_XDG on
|
||||||
|
Reference in New Issue
Block a user