CATDEV - long proc title to match other CAT formats

This commit is contained in:
2013-12-13 15:27:37 +00:00
parent 7a29757f87
commit fb55534ed8
2 changed files with 7 additions and 0 deletions

View File

@@ -175,6 +175,9 @@ namespace fmtxml
case "CATBOX.FMT":
AddCATfmt(ref fmtdata);
break;
case "CATADEV.FMT":
AddCATADEVfmt(ref fmtdata);
break;
}
}