summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-19 14:34:58 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-19 14:34:58 +0300
commit8bab65e5e51df9f5c70f9fd6d7e3fdb0771c37e9 (patch)
treeccde89c016d5b2f9e5b4902c7d500e7a11ceeb1c /protocols/Gadu-Gadu/src
parent9d2d33690533c01af99a1f22d019e55134b48ab5 (diff)
fixes #4055 completely
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-rw-r--r--protocols/Gadu-Gadu/src/userinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/userinfo.cpp b/protocols/Gadu-Gadu/src/userinfo.cpp
index 92c031e12b..0fa91a5c99 100644
--- a/protocols/Gadu-Gadu/src/userinfo.cpp
+++ b/protocols/Gadu-Gadu/src/userinfo.cpp
@@ -313,11 +313,11 @@ int GaduProto::details_init(WPARAM wParam, LPARAM hContact)
}
USERINFOPAGE uip = {};
- uip.flags = ODPF_DONTTRANSLATE | ODPF_UNICODE | ODPF_ICON;
+ uip.flags = ODPF_DONTTRANSLATE | ODPF_UNICODE;
uip.position = -1900000000;
uip.pDialog = new GaduUserInfoDlg(this, idDialog);
uip.szTitle.w = m_tszUserName;
- uip.dwInitParam = LPARAM(g_plugin.getIconHandle(IDI_GG));
+ uip.szProto = m_szModuleName;
g_plugin.addUserInfo(wParam, &uip);
// Start search for user data