mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-02 03:10:26 +08:00
renamed some common string resources.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace GameRes.Formats.GUI
|
||||
public WidgetNOA ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
var keys = new string[] { arcStrings.NOAIgnoreEncryption };
|
||||
var keys = new string[] { arcStrings.ArcIgnoreEncryption };
|
||||
Scheme.ItemsSource = keys.Concat (NoaOpener.KnownKeys.Keys.OrderBy (x => x));
|
||||
// select first scheme as default
|
||||
if (-1 == Scheme.SelectedIndex)
|
||||
|
||||
Reference in New Issue
Block a user