Eeschema: minor fix to wxFileDialog file name parameter when saving project settings.
This commit is contained in:
commit
cb6ea1ed13
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue