mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Rename a few things
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user