[NEWDEV] Use new UI dialog for browsing folder

Add BIF_USENEWUI flag to BROWSEINFO. CORE-9281
This commit is contained in:
Katayama Hirofumi MZ 2021-04-02 08:58:09 +09:00
parent bebdfda8b7
commit b591bd3354

View file

@ -628,7 +628,7 @@ CHSourceDlgProc(
LPITEMIDLIST pidl;
bi.hwndOwner = hwndDlg;
bi.ulFlags = BIF_RETURNONLYFSDIRS;
bi.ulFlags = BIF_USENEWUI | BIF_RETURNONLYFSDIRS;
pidl = SHBrowseForFolder(&bi);
if (pidl)
{