summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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);