Fix path from ba25f881c6
This commit is contained in:
parent
36653c2064
commit
169114fd07
|
@ -71,7 +71,10 @@ SETTINGS_MANAGER::SETTINGS_MANAGER( bool aHeadless ) :
|
||||||
// Here to allow the Python API to access the built-in colors
|
// Here to allow the Python API to access the built-in colors
|
||||||
registerBuiltinColorSettings();
|
registerBuiltinColorSettings();
|
||||||
|
|
||||||
if( !wxFileExists( GetPathForSettingsFile( m_common_settings ) ) )
|
wxFileName commonSettings( GetPathForSettingsFile( m_common_settings ),
|
||||||
|
m_common_settings->GetFullFilename() );
|
||||||
|
|
||||||
|
if( !wxFileExists( commonSettings.GetFullPath() ) )
|
||||||
Save( m_common_settings );
|
Save( m_common_settings );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue