mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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)
|
switch(iColumn)
|
||||||
{
|
{
|
||||||
case 0: /* name */
|
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 */
|
case 1: /* comment */
|
||||||
HKEY hKey;
|
HKEY hKey;
|
||||||
if (HCR_RegOpenClassIDKey(*clsid, &hKey))
|
if (HCR_RegOpenClassIDKey(*clsid, &hKey))
|
||||||
|
|
Loading…
Reference in a new issue