mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[BROWSEUI] pass a full pidl to ILGetDisplayNameEx CORE-11458
svn path=/trunk/; revision=72092
This commit is contained in:
parent
f6044dc084
commit
7d7b8c4c9e
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ HTREEITEM CExplorerBand::InsertItem(HTREEITEM hParent, IShellFolder *psfParent,
|
|||
|
||||
/* Get the name of the node */
|
||||
WCHAR wszDisplayName[MAX_PATH];
|
||||
if (!ILGetDisplayNameEx(psfParent, pEltRelative, wszDisplayName, ILGDN_INFOLDER))
|
||||
if (!ILGetDisplayNameEx(psfParent, pElt, wszDisplayName, ILGDN_INFOLDER))
|
||||
{
|
||||
ERR("Failed to get node name\n");
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue