|
|
|
@ -491,7 +491,7 @@ void SCH_EDIT_FRAME::SaveProjectSettings( bool aAskForSave ) |
|
|
|
if( aAskForSave ) |
|
|
|
{ |
|
|
|
wxFileDialog dlg( this, _( "Save Project File" ), |
|
|
|
fn.GetPath(), fn.GetFullPath(), |
|
|
|
fn.GetPath(), fn.GetFullName(), |
|
|
|
ProjectFileWildcard, wxFD_SAVE ); |
|
|
|
|
|
|
|
if( dlg.ShowModal() == wxID_CANCEL ) |
|
|
|
|