Eeschema show rescue library error message when rescue fails.
This commit is contained in:
parent
2212888e6e
commit
02ece9ccb5
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue