From b2d136e6c0a2e654aa09adee6d01e2ebe9c02ce1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 5 Aug 2022 12:58:18 +0300 Subject: StdUserInfo: more compact variant of tree --- protocols/JabberG/src/jabber_userinfo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/src/jabber_userinfo.cpp b/protocols/JabberG/src/jabber_userinfo.cpp index 03b65daf1f..46e52abc77 100644 --- a/protocols/JabberG/src/jabber_userinfo.cpp +++ b/protocols/JabberG/src/jabber_userinfo.cpp @@ -845,8 +845,9 @@ int CJabberProto::OnUserInfoInit(WPARAM wParam, LPARAM hContact) if (szProto != nullptr && !mir_strcmp(szProto, m_szModuleName)) { USERINFOPAGE uip = {}; uip.dwInitParam = (LPARAM)this; - uip.flags = ODPF_UNICODE | ODPF_USERINFOTAB; + uip.flags = ODPF_UNICODE | ODPF_USERINFOTAB | ODPF_ICON; uip.szGroup.w = m_tszUserName; + uip.dwInitParam = (LPARAM)Skin_GetProtoIcon(m_szModuleName, ID_STATUS_ONLINE); uip.pDialog = new JabberUserInfoDlg(this); uip.position = -2000000000; -- cgit v1.2.3