Index: dll/win32/browseui/explorerband.cpp =================================================================== --- dll/win32/browseui/explorerband.cpp (revision 72085) +++ dll/win32/browseui/explorerband.cpp (working copy) @@ -344,7 +344,7 @@ /* 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;