From 89538162708e18823e258bd9787eca29c7326e5f Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Wed, 23 Sep 2015 15:20:56 +0000 Subject: [PATCH] [SHELL32] - Fix a bug in my latest commit. svn path=/trunk/; revision=69330 --- reactos/dll/win32/shell32/folders/CDrivesFolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp b/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp index bc373332186..c7f8e9fdeee 100644 --- a/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp +++ b/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp @@ -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)) {