[DatFile] Dictionary methods reorg + rename

This commit is contained in:
Matt Nadareski
2017-09-25 14:28:55 -07:00
parent 67e7d12d63
commit 95d6d9829b
4 changed files with 31 additions and 31 deletions

View File

@@ -984,7 +984,7 @@ namespace SabreTools.Library.Dats
// Setup the fixdat
DatFile matched = new DatFile(this);
matched.Reset();
matched.ResetDictionary();
matched.FileName = "fixDat_" + matched.FileName;
matched.Name = "fixDat_" + matched.Name;
matched.Description = "fixDat_" + matched.Description;