diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-02 13:50:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-02 13:50:55 +0000 |
commit | e26d6b043f2f5896e31c3e805a468c97c2f778a9 (patch) | |
tree | 5795afbea098c3e7c955fdbfcbb8d288895019e7 | |
parent | f039d5474ea7245dd438d2735cd974a9fa498146 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17155 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/UserInfoEx/src/classPsTreeItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|