[SHELL32]

- Fix displaying the name of guid items.

svn path=/trunk/; revision=69347
This commit is contained in:
Giannis Adamopoulos 2015-09-24 15:49:18 +00:00
parent efe4a23c11
commit f6bba8eac7

View file

@ -781,7 +781,7 @@ HRESULT SHELL32_GetDetailsOfGuidItem(IShellFolder2* psf, PCUITEMID_CHILD pidl, U
switch(iColumn)
{
case 0: /* name */
return psf->GetDetailsOf(pidl, SHGDN_NORMAL | SHGDN_INFOLDER, psd);
return psf->GetDisplayNameOf(pidl, SHGDN_NORMAL | SHGDN_INFOLDER, &psd->str);
case 1: /* comment */
HKEY hKey;
if (HCR_RegOpenClassIDKey(*clsid, &hKey))