mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
[SHELL32]
- Fix a bug in my latest commit. svn path=/trunk/; revision=69330
This commit is contained in:
parent
5e43107328
commit
8953816270
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue