[ALL] Rename a few things

This commit is contained in:
Matt Nadareski
2016-09-30 12:15:36 -07:00
parent 1043df0637
commit 6aa29f8fae
8 changed files with 359 additions and 359 deletions

View File

@@ -96,7 +96,7 @@ namespace SabreTools.Helper
{
if (second.StartsWith("<!doctype datafile"))
{
return OutputFormat.Xml;
return OutputFormat.Logiqx;
}
else if (second.StartsWith("<!doctype softwarelist"))
{
@@ -113,7 +113,7 @@ namespace SabreTools.Helper
// Older and non-compliant DATs
else
{
return OutputFormat.Xml;
return OutputFormat.Logiqx;
}
}