Browse Source

Eeschema: fix Bug #1298868 (Can't create new schematic from main toolbar icon) - Fix a bug I created in rev 4773

pull/1/head
jean-pierre charras 12 years ago
parent
commit
beb33c7522
  1. 1
      eeschema/files-io.cpp

1
eeschema/files-io.cpp

@ -377,7 +377,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
msg.Printf( _( "File '%s' not found." ),
GetChars( g_RootSheet->GetScreen()->GetFileName() ) );
DisplayInfoMessage( this, msg );
return false;
}
return true; // do not close Eeschema if the file if not found:

Loading…
Cancel
Save