use FolderBrowserEx instead of lame FolderBrowserDialog for the PathConfig dialog

This commit is contained in:
zeromus 2014-11-06 23:31:19 +00:00
parent 7a4d60c483
commit 813bfa6ad4
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ namespace BizHawk.Client.EmuHawk
system = null;
}
var f = new FolderBrowserDialog
var f = new FolderBrowserEx
{
Description = "Set the directory for " + name,
SelectedPath = PathManager.MakeAbsolutePath(box.Text, system)