mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
fixed code to work with new resource settings interface.
This commit is contained in:
@@ -30,7 +30,6 @@ using System.Collections.Generic;
|
||||
using System.ComponentModel.Composition;
|
||||
using GameRes.Formats.Strings;
|
||||
using GameRes.Utility;
|
||||
using GameRes.Formats.Properties;
|
||||
|
||||
namespace GameRes.Formats
|
||||
{
|
||||
@@ -138,7 +137,7 @@ namespace GameRes.Formats
|
||||
public override ResourceOptions GetDefaultOptions ()
|
||||
{
|
||||
return new SteinsGateOptions {
|
||||
FileNameEncoding = GetEncoding (Settings.Default.SGFileNameEncoding),
|
||||
FileNameEncoding = GetEncoding (Properties.Settings.Default.SGFileNameEncoding),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user