[SHELL32]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Wed, 23 Sep 2015 15:20:56 +0000 (15:20 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Wed, 23 Sep 2015 15:20:56 +0000 (15:20 +0000)
- Fix a bug in my latest commit.

svn path=/trunk/; revision=69330

reactos/dll/win32/shell32/folders/CDrivesFolder.cpp

index bc37333..c7f8e9f 100644 (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))
     {