From e26d6b043f2f5896e31c3e805a468c97c2f778a9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 2 Aug 2016 13:50:55 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@17155 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/classPsTreeItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserInfoEx/src/classPsTreeItem.cpp') diff --git a/plugins/UserInfoEx/src/classPsTreeItem.cpp b/plugins/UserInfoEx/src/classPsTreeItem.cpp index cc50b035dc..fefe458ff8 100644 --- a/plugins/UserInfoEx/src/classPsTreeItem.cpp +++ b/plugins/UserInfoEx/src/classPsTreeItem.cpp @@ -317,7 +317,7 @@ int CPsTreeItem::Icon(HIMAGELIST hIml, OPTIONSDIALOGPAGE *odp, BYTE bInitIconsOn ptrW pwszSection(mir_a2u(SECT_TREE)); SKINICONDESC sid = { 0 }; - sid.flags = SIDF_PATH_UNICODE; + sid.flags = SIDF_ALL_UNICODE; sid.pszName = (LPSTR)pszIconName; sid.description.w = _ptszLabel; sid.section.w = pwszSection; -- cgit v1.2.3