Override Note settings to force Notes to be available

This commit is contained in:
2013-11-14 14:32:48 +00:00
parent 40c40edfc2
commit eab7de84d9
2 changed files with 23 additions and 5 deletions

View File

@@ -19,6 +19,9 @@ namespace fmtxml
case "NSPAB.X01":
AddNSPAB_X01(ref fmtdata);
break;
case "TUEC.FMT":
AddTuecfmtOVR(ref fmtdata);
break;
}
}