mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
renamed some common string resources.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace GameRes.Formats.GUI
|
||||
public WidgetISF ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
var keys = new string[] { arcStrings.ISFIgnoreEncryption};
|
||||
var keys = new string[] { arcStrings.ArcIgnoreEncryption};
|
||||
Scheme.ItemsSource = keys.Concat (MpxOpener.KnownSecrets.Keys.OrderBy (x => x));
|
||||
if (-1 == Scheme.SelectedIndex)
|
||||
Scheme.SelectedIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user