(INT): added scheme lookup by executable name.

This commit is contained in:
morkt
2017-07-28 16:53:34 +04:00
parent c499d4c707
commit 8724e8131c
2 changed files with 6 additions and 3 deletions

View File

@@ -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(),
};