Implement XDG file layout

This commit is contained in:
Martin Koegler
2016-12-10 17:56:04 +01:00
committed by Vadim Zeitlin
parent 8d5d00db9d
commit d56d127d3f
4 changed files with 55 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ wxStandardPathsBase::wxStandardPathsBase()
// Derived classes can call this in their constructors
// to set the platform-specific settings
UseAppInfo(AppInfo_AppName);
SetFileLayout(FileLayout_Classic);
}
wxStandardPathsBase::~wxStandardPathsBase()