Implement MakeConfigFileName
This commit is contained in:
committed by
Vadim Zeitlin
parent
1bcb30f6d7
commit
8d5d00db9d
@@ -369,6 +369,14 @@ wxString wxStandardPaths::GetPluginsDir() const
|
||||
return GetAppDir();
|
||||
}
|
||||
|
||||
|
||||
wxString wxStandardPaths::MakeConfigFileName(const wxString& basename, int WXUNUSED(style)) const
|
||||
{
|
||||
wxFileName fn(wxEmptyString, basename);
|
||||
fn.SetExt(wxT("ini"));
|
||||
return fn.GetFullName();
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// wxStandardPathsWin16 implementation
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user