diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-21 20:55:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-21 20:55:41 +0300 |
commit | 44940ce8d48f254cb956f25ed641534239a07742 (patch) | |
tree | ea5aba17b7e4354d76860d7b804ad5243ba2ec3e /src/core | |
parent | 12c06b896232cb0bd926047d975ef2c801e601e9 (diff) |
fixes #655 (Opening new chat window only titles it "Message session")
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/src/msgdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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)
|