Match class name used by Windows.

This commit is contained in:
Martin Fuchs 2004-09-21 20:04:59 +00:00 committed by Alexandre Julliard
parent d8d2d96da2
commit a6f9e517fe

View file

@ -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;