C2020-031: clarify dialog caption for export of approved procedure
C2020-030: replace ‘Word Sections’ with ‘WORD Sections’
This commit is contained in:
@@ -449,7 +449,7 @@ namespace Volian.Controls.Library
|
||||
//newnode.CheckBoxStyle = eCheckBoxStyle.CheckBox;
|
||||
//newnode.CheckBoxThreeState = false;
|
||||
//newnode.CheckBoxVisible = true;
|
||||
newnode = NewAdvTreeNode("Word Sections", true, true); // C2020-010: Change Accessory Sections to Word Sections
|
||||
newnode = NewAdvTreeNode("WORD Sections", true, true); // C2020-010: Change Accessory Sections to Word Sections
|
||||
wordSectionTreeNode = newnode;
|
||||
wordSectionTreeNode.Enabled = !(tabSearchTypes.SelectedTab == tabTranSearch);
|
||||
advTreeStepTypes.Nodes.Add(newnode);
|
||||
@@ -1864,10 +1864,10 @@ namespace Volian.Controls.Library
|
||||
n.Style = DevComponents.AdvTree.NodeStyles.Apple;
|
||||
if (sd == null)
|
||||
{
|
||||
if (!lstCheckedStepTypesStr.Contains("Word Sections"))
|
||||
if (!lstCheckedStepTypesStr.Contains("WORD Sections"))
|
||||
{
|
||||
lstCheckedStepTypes.Add(0); //use zero to identify attachment search
|
||||
lstCheckedStepTypesStr.Add("Word Sections");
|
||||
lstCheckedStepTypesStr.Add("WORD Sections");
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -1884,7 +1884,7 @@ namespace Volian.Controls.Library
|
||||
n.Style = null;
|
||||
if (sd == null)
|
||||
{
|
||||
lstCheckedStepTypesStr.Remove("Word Sections");
|
||||
lstCheckedStepTypesStr.Remove("WORD Sections");
|
||||
lstCheckedStepTypes.Remove(0);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user