mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[SHELL32]
- Fix displaying the name of guid items. svn path=/trunk/; revision=69347
This commit is contained in:
parent
efe4a23c11
commit
f6bba8eac7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue