Only show message about edits effecting all copies if the document is not already open.

This commit is contained in:
Rich 2009-04-13 20:03:27 +00:00
parent 8946b6ca4d
commit 73bf820df0

View File

@ -244,7 +244,6 @@ namespace Volian.Controls.Library
MessageBox.Show("No Content in this document"); MessageBox.Show("No Content in this document");
return; return;
} }
MessageBox.Show("WARNING: All edits made to this Library Document will be applied to all uses of the Document");
_DisplayTabControl.OpenItem(di.LibraryDocumentUsageList[listBoxUsages.SelectedIndex]); _DisplayTabControl.OpenItem(di.LibraryDocumentUsageList[listBoxUsages.SelectedIndex]);
} }
} }