diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-13 22:06:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-13 22:06:30 +0300 |
commit | cd98c6566f3691ca6aefaf931e7336a0440d12bb (patch) | |
tree | b65121ed4434f9df0582ec8550f87d670a121a5b /src/core/stdmsg | |
parent | 6617cb7b9b8795c2d11c03a78ebe642a2e1fa71f (diff) |
fix for a major perversion caused by Clist_modern
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r-- | src/core/stdmsg/src/msgdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index da37118eeb..d1d63b4562 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -455,7 +455,7 @@ void CSrmmWindow::OnSplitterMoved(CSplitter *pSplitter) int CSrmmWindow::GetImageId() const
{
- return pcli->pfnIconFromStatusMode(m_szProto, m_wStatus, m_hContact);
+ return (WORD)pcli->pfnIconFromStatusMode(m_szProto, m_wStatus, m_hContact);
}
void CSrmmWindow::NotifyTyping(int mode)
|