diff --git a/project/src/windows/System.cpp b/project/src/windows/System.cpp index 702d97c8b..4f4445105 100644 --- a/project/src/windows/System.cpp +++ b/project/src/windows/System.cpp @@ -118,7 +118,7 @@ static unsigned __stdcall dialog_proc( void *inSpec ) SHCreateItemFromParsingName(UTF8ToWide(spec->defaultPath).c_str(), 0, IID_IShellItem,(void **)&item); if (item) { - dlg->SetDefaultFolder(item); + dlg->SetFolder(item); item->Release(); } }