diff --git a/PROMS/fmtxml/FmtFileToXml.cs b/PROMS/fmtxml/FmtFileToXml.cs index 5266174c..da3c56f3 100644 --- a/PROMS/fmtxml/FmtFileToXml.cs +++ b/PROMS/fmtxml/FmtFileToXml.cs @@ -1440,7 +1440,10 @@ namespace fmtxml "{First Step}", "{First Step}, {.}, {.}, {.} and {Last Step}", "{First Step} thru {Last Step} of {?.Proc Num}, {?.Proc Title}, {?.Sect Hdr}", - "{?.Sect Title}, Step {First Step}", + // The section transition had
for the following, but the 16-bit code + // put in the number & title, so 32-bit uses '{?.Sect Hdr}'. This will need to be + // tested for formats that actually use
: AEP, BGE, FNP, NSP. OHLP did not. + "{?.Sect Hdr}, Step {First Step}", "{Proc Num}, {Proc Title}, {?.Sect Hdr}, Step {First Step}" };