Eeschema show rescue library error message when rescue fails.

This commit is contained in:
Chris Pavlina 2015-06-13 17:36:54 -04:00 committed by Wayne Stambaugh
parent 2212888e6e
commit 02ece9ccb5
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ bool SCH_EDIT_FRAME::RescueCacheConflicts( bool aRunningOnDemand )
rescue_log_item.component->SetPartName( rescue_log_item.old_name );
}
wxMessageDialog dlg( this, _( "An error occurred while attempting to rescue components. No changes have been made." ) );
dlg.ShowModal();
return false;
}
}