diff --git a/eeschema/eeschema_config.cpp b/eeschema/eeschema_config.cpp index 4603253d77..2d87f8cece 100644 --- a/eeschema/eeschema_config.cpp +++ b/eeschema/eeschema_config.cpp @@ -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 )