F2021-066 some alarm names print past alarm box border & F2021-070 handle long procedure titles

Added comment
BNPP: F2021-066 some alarm names print past alarm box border & F2021-070 handle long procedure titles
This commit is contained in:
2021-11-09 13:03:25 +00:00
parent 28d361012c
commit 798a4d8058
4 changed files with 41 additions and 2 deletions

View File

@@ -1996,7 +1996,7 @@ namespace VEPROMS
set { _otherNumber = value; IsDirty = true; }
}
private string _otherText;
[XmlAttribute("OyherText")]
[XmlAttribute("OyherText")] // 11/3/21: Typo that is in data. Don't fix unless writing code to fix data
public string OtherText
{
get { return _otherText; }