Commit a6f9e517 authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Match class name used by Windows.

parent d8d2d96d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment