diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index be25f995..6b681bb7 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2136,6 +2136,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _ConvertCaretToDelta, "@ConvertCaretToDelta"); } } + private LazyLoad _ConvertUnderscoreToUnderline; + public bool ConvertUnderscoreToUnderline + { + get + { + return LazyLoad(ref _ConvertCaretToDelta, "@ConvertUnderscoreToUnderline"); + } + } // This format flag turns off the Replace Words functionality. // in 16-bit proms, this was done simply by having an empty Replace Words list. // in 32-bit the inheiradence logic finds a replace words list in the base format