summaryrefslogtreecommitdiff
path: root/src/core/stdmsg
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-21 13:03:07 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-21 13:03:07 +0000
commitf6ccc9a04a25f10090c2619f07956b87a18311ce (patch)
tree5c7f1ed137d08609b295fb4f5cf8f855465f5487 /src/core/stdmsg
parent517640c8d103686ed84725236a8e6d8c03bbf906 (diff)
all SRMMs to send messages right trimmed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12466 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r--src/core/stdmsg/src/msgdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp
index ee401f03f4..67daa77a1a 100644
--- a/src/core/stdmsg/src/msgdialog.cpp
+++ b/src/core/stdmsg/src/msgdialog.cpp
@@ -1451,7 +1451,7 @@ INT_PTR CALLBACK DlgProcMessage(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP
if (!temp[0])
break;
- int sendId = SendMessageDirect(temp, dat->hContact, dat->szProto);
+ int sendId = SendMessageDirect(rtrimt(temp), dat->hContact, dat->szProto);
if (sendId) {
dat->cmdList.insert(mir_tstrdup(temp));