Browse Source

Eeschema: minor fix to wxFileDialog file name parameter when saving project settings.

pull/7/head
Simon Wells 10 years ago
committed by Wayne Stambaugh
parent
commit
cb6ea1ed13
  1. 2
      eeschema/eeschema_config.cpp

2
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 )

Loading…
Cancel
Save