Match class name used by Windows.
This commit is contained in:
parent
d8d2d96da2
commit
a6f9e517fe
@ -295,7 +295,7 @@ static void DoOpenExplore(
|
||||
sei.cbSize = sizeof(sei);
|
||||
sei.fMask = SEE_MASK_IDLIST | SEE_MASK_CLASSNAME;
|
||||
sei.lpIDList = pidlFQ;
|
||||
sei.lpClass = "folder";
|
||||
sei.lpClass = "Folder";
|
||||
sei.hwnd = hwnd;
|
||||
sei.nShow = SW_SHOWNORMAL;
|
||||
sei.lpVerb = verb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user