mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(INT): added scheme lookup by executable name.
This commit is contained in:
@@ -86,7 +86,7 @@ namespace GameRes.Formats.GUI
|
||||
CheckPathExists = true,
|
||||
Multiselect = false,
|
||||
Title = arcStrings.INTChooseExe,
|
||||
Filter = arcStrings.INTExeFiles+"|*.exe",
|
||||
Filter = arcStrings.INTExeFiles+"|*.exe;*.bin",
|
||||
FilterIndex = 1,
|
||||
InitialDirectory = Directory.GetCurrentDirectory(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user