From b2887192015e62e50b3c640a4826dd92560475b2 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 2 Aug 2016 17:21:30 +0000 Subject: [PATCH] [0.4.2] * Merge the browseui disc names fix by Christoph in r72092. CORE-11458 svn path=/branches/ros-branch-0_4_2/; revision=72094 --- reactos/dll/win32/browseui/explorerband.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/browseui/explorerband.cpp b/reactos/dll/win32/browseui/explorerband.cpp index 4e6c3c4d66e..6b84d2ec46f 100644 --- a/reactos/dll/win32/browseui/explorerband.cpp +++ b/reactos/dll/win32/browseui/explorerband.cpp @@ -350,7 +350,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;