From 73bf820df00dbe5da8f5d9215dd7ef0eae48f6fd Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 13 Apr 2009 20:03:27 +0000 Subject: [PATCH] Only show message about edits effecting all copies if the document is not already open. --- PROMS/Volian.Controls.Library/DisplayLibDocs.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/DisplayLibDocs.cs b/PROMS/Volian.Controls.Library/DisplayLibDocs.cs index c5c1a690..06f208f6 100644 --- a/PROMS/Volian.Controls.Library/DisplayLibDocs.cs +++ b/PROMS/Volian.Controls.Library/DisplayLibDocs.cs @@ -244,7 +244,6 @@ namespace Volian.Controls.Library MessageBox.Show("No Content in this document"); 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]); } }