diff options
| author | ElzorFox <elzorfox@ya.ru> | 2025-04-08 09:08:50 +0500 |
|---|---|---|
| committer | ElzorFox <elzorfox@ya.ru> | 2025-04-08 09:08:50 +0500 |
| commit | 05cc4c1cf0569e6bc1fa947a5c8b050589722f96 (patch) | |
| tree | 0d85304992fe39b6e37d93b4770a944662fc9317 /plugins | |
| parent | 1955646cf33d43da930280b8ebbbee121bb1a428 (diff) | |
| parent | c6ae13679f4eedbdeded7ed91ca6ae621507b81a (diff) | |
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 56cdf162d7..346c758369 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -992,7 +992,7 @@ void CMsgDialog::HandlePasteAndSend() m_message.SendMsg(EM_PASTESPECIAL, CF_UNICODETEXT, 0);
if (GetWindowTextLength(m_message.GetHwnd()) > 0)
- SendMessage(m_hwnd, WM_COMMAND, IDOK, 0);
+ m_btnOk.Click();
}
/////////////////////////////////////////////////////////////////////////////////////////
|
