Change Manager
This commit is contained in:
@@ -1444,7 +1444,7 @@ namespace Volian.Controls.Library
|
||||
StepInfo stpi = MyEditItem.MyItemInfo as StepInfo;
|
||||
if (stpi == null) // not sure that it will every get here!
|
||||
{
|
||||
MessageBox.Show("Unknown type, cannot delete!");
|
||||
MessageBox.Show("Unknown type {0}, cannot delete!",MyEditItem.MyItemInfo.GetType().Name);
|
||||
return;
|
||||
}
|
||||
if (!surpressMessageBox)
|
||||
|
Reference in New Issue
Block a user