mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Match class name used by Windows.
This commit is contained in:
parent
d8d2d96da2
commit
a6f9e517fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue