Browse Source

Changed the file dialog to use the name instead of the path as its a file dialog

pull/7/head
Simon Wells 10 years ago
parent
commit
11952fadfa
  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