summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-11 12:36:43 +0200
committerGeorge Hazan <ghazan@miranda.im>2018-05-11 12:36:43 +0200
commit3d50f70b2f577ac732ef83cb9094705ec190c489 (patch)
treeda0bdd37fa5e03a392ca3b429614d771f5e7dc41 /src
parent367b1259ad7678495a613cca96665ec8acccb310 (diff)
fixes #1345 (StdMsg: replace protocol menu icon by down arrow)
Diffstat (limited to 'src')
-rw-r--r--src/core/stdmsg/src/msgdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp
index a29fd0e2a6..a65857539a 100644
--- a/src/core/stdmsg/src/msgdialog.cpp
+++ b/src/core/stdmsg/src/msgdialog.cpp
@@ -609,7 +609,6 @@ void CSrmmWindow::UpdateIcon(WPARAM wParam)
if (m_hStatusIcon)
IcoLib_ReleaseIcon(m_hStatusIcon);
m_hStatusIcon = hIcon;
- SendDlgItemMessage(m_hwnd, IDC_USERMENU, BM_SETIMAGE, IMAGE_ICON, (LPARAM)hIcon);
}
SendMessage(m_hwnd, DM_UPDATEWINICON, 0, 0);