CATDEV - long proc title to match other CAT formats
This commit is contained in:
parent
7a29757f87
commit
fb55534ed8
@ -175,6 +175,9 @@ namespace fmtxml
|
||||
case "CATBOX.FMT":
|
||||
AddCATfmt(ref fmtdata);
|
||||
break;
|
||||
case "CATADEV.FMT":
|
||||
AddCATADEVfmt(ref fmtdata);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,10 @@ namespace fmtxml
|
||||
{
|
||||
public partial class FmtFileToXml
|
||||
{
|
||||
private void AddCATADEVfmt(ref FormatData fmtdata)
|
||||
{
|
||||
fmtdata.ProcData.TitleLength = 45;
|
||||
}
|
||||
private void AddCATfmt(ref FormatData fmtdata) // Catawba
|
||||
{
|
||||
//fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user