diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/DisplayText.cs b/PROMS/VEPROMS.CSLA.Library/Extension/DisplayText.cs index 26b5b217..43a56584 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/DisplayText.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/DisplayText.cs @@ -63,13 +63,12 @@ namespace VEPROMS.CSLA.Library int setting = sc.Step_ShwRplWdsIndex; switch (setting) { - case 3: + case 2: return false; break; - case 2: + case 1: return true; break; - case 1: case 0: //SectionConfig sc2 = _MyItemInfo.ActiveParent.MyConfig as SectionConfig; SectionConfig sc2 = _MyItemInfo.ActiveSection.MyConfig as SectionConfig; diff --git a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs index 9f6a14d8..f9b2a032 100644 --- a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs @@ -198,7 +198,6 @@ namespace Volian.Controls.Library this.cmbShwRplWds.FormattingEnabled = true; this.cmbShwRplWds.ItemHeight = 17; this.cmbShwRplWds.Items.AddRange(new object[] { - "", "Inherit from Section", "Show replace words", "Do not show replace words"});