summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_xstatus.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-06-06 13:08:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-06-06 13:08:58 +0000
commit74949105683f2d78efaff0376b99308c3fb1efd9 (patch)
tree4acbe11ca99b42f1b456383746808594fa040ef3 /protocols/JabberG/src/jabber_xstatus.cpp
parent176fb1d22df02c5791815a0764273c0b8da1d3d4 (diff)
- CGroupchatInviteAcceptDlg redesigned to avoid separate thread creation;
- local function WindowSetIcon replaced with Window_SetIcon_IcoLib(); git-svn-id: http://svn.miranda-ng.org/main/trunk@16925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_xstatus.cpp')
-rw-r--r--protocols/JabberG/src/jabber_xstatus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_xstatus.cpp b/protocols/JabberG/src/jabber_xstatus.cpp
index e654238361..4982f6fe1f 100644
--- a/protocols/JabberG/src/jabber_xstatus.cpp
+++ b/protocols/JabberG/src/jabber_xstatus.cpp
@@ -224,7 +224,7 @@ void CJabberDlgPepSimple::OnInitDialog()
{
CSuper::OnInitDialog();
- WindowSetIcon(m_hwnd, m_proto, "main");
+ Window_SetIcon_IcoLib(m_hwnd, m_proto->m_hProtoIcon);
SetWindowText(m_hwnd, m_title);
m_txtDescription.Enable(false);