remove replace words from NSPAB background format
fixed typo in a section transition type
This commit is contained in:
@@ -1535,7 +1535,7 @@ namespace fmtxml
|
||||
|
||||
#region SectionTransitionVariables
|
||||
private string DefaultSectionTransStrTypeB = "{Sect Num}, {Sect Title}, {First Step}";
|
||||
private string DefaultSectionTransStrTypeBNone = "{Sect Hdr}, Step {SectNum}{First Step}"; //original
|
||||
private string DefaultSectionTransStrTypeBNone = "{Sect Hdr}, Step {Sect Num}{First Step}"; //original
|
||||
private string[] DefaultSectionTransFormatStr =
|
||||
{
|
||||
"{Proc Num}, {Proc Title}, Step {Sect Num}{First Step}",
|
||||
@@ -1543,7 +1543,7 @@ namespace fmtxml
|
||||
"{Sect Num}{First Step}, {.}, {.}, {.} and {Sect Num}{Last Step}",
|
||||
"{Sect Num}{First Step} thru {Sect Num}{Last Step}",
|
||||
"{Sect Num}, Step {?.Sect Num}{First Step}",
|
||||
"{Sect Hdr}, Step {SectNum}{First Step}"
|
||||
"{Sect Hdr}, Step {Sect Num}{First Step}"
|
||||
};
|
||||
// made up the following strings so that the token processing for setting
|
||||
// up the menu enums would work as expected. These are only used in this migration
|
||||
@@ -4376,6 +4376,7 @@ namespace fmtxml
|
||||
{
|
||||
PushStepLists(subdata.StepData);
|
||||
DoStepInheritance(ref subdata.StepData,fname);
|
||||
AddPlantSpecificOverrideInheritance(fmtName, ref fmtdata);
|
||||
PopStepLists();
|
||||
}
|
||||
// Now do entire format inheritance - then write out.
|
||||
|
Reference in New Issue
Block a user