From 44940ce8d48f254cb956f25ed641534239a07742 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 Dec 2016 20:55:41 +0300 Subject: fixes #655 (Opening new chat window only titles it "Message session") --- src/core/stdmsg/src/msgdialog.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/stdmsg') diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index 96455a7cbd..04c0888ae5 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -1021,7 +1021,6 @@ INT_PTR CSrmmWindow::DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam) if (hIcon) { SendDlgItemMessage(m_hwnd, IDC_USERMENU, BM_SETIMAGE, IMAGE_ICON, (LPARAM)hIcon); IcoLib_ReleaseIcon(hIcon); - return TRUE; } } if (g_dat.bUseStatusWinIcon) -- cgit v1.2.3