[SHELL32]

- Fix a bug in my latest commit.

svn path=/trunk/; revision=69330
This commit is contained in:
Giannis Adamopoulos 2015-09-23 15:20:56 +00:00
parent 5e43107328
commit 8953816270

View file

@ -485,7 +485,7 @@ HRESULT WINAPI CDrivesFolder::GetDisplayNameOf(PCUITEMID_CHILD pidl, DWORD dwFla
}
else if (!_ILIsDesktop(pidl) && _ILIsSpecialFolder(pidl))
{
return SHELL32_GetDisplayNameOfGUIDItem(this, L"", pidl, dwFlags, strRet);
return SHELL32_GetDisplayNameOfGUIDItem(this, L"::{20D04FE0-3AEA-1069-A2D8-08002B30309D}", pidl, dwFlags, strRet);
}
else if (pidl->mkid.cb && !_ILIsDrive(pidl))
{