diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_xstatus.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_xstatus.cpp | 2 |
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);
|