Fix typo in wxStandardPaths::SetFileLayout() documentation
It sets the current layout, not returns it. See #17727.
This commit is contained in:
parent
2ed5d9f716
commit
208d98f5dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user