Consistent wording to refer to Working Drafts (Doc Versions)
This commit is contained in:
@@ -598,7 +598,7 @@ namespace Volian.Controls.Library
|
||||
OwnerInfoList.Reset();
|
||||
oil = OwnerInfoList.GetByVersionID(dvi.VersionID);
|
||||
if (dvi.ActiveFormat.PlantFormat.FormatData.SpecificInfo)
|
||||
cm.MenuItems.Add("Document Version Specific Information", new EventHandler(mi_Click));
|
||||
cm.MenuItems.Add("Working Draft Specific Information", new EventHandler(mi_Click));
|
||||
cm.MenuItems.Add("Refresh Checked Out Procedures", new EventHandler(mi_Click));
|
||||
cm.MenuItems.Add("New Procedure", new EventHandler(mi_Click));
|
||||
if (dvi.MultiUnitCount > 1)
|
||||
@@ -1203,7 +1203,7 @@ namespace Volian.Controls.Library
|
||||
MenuItem mi = sender as MenuItem;
|
||||
if (mi == null)
|
||||
return;
|
||||
if (mi.Text == "Document Version Specific Information" || mi.Text == "Folder Specific Information")
|
||||
if (mi.Text == "Working Draft Specific Information" || mi.Text == "Folder Specific Information")
|
||||
{
|
||||
VETreeNode tn = SelectedNode as VETreeNode;
|
||||
OnNodeSI(this, new vlnTreeEventArgs(tn, null, 0));
|
||||
|
Reference in New Issue
Block a user