diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/src/msgdialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index 3b42a20913..eedfacbb33 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -325,8 +325,6 @@ void CMsgDialog::onClick_Ok(CCtrlButton *pButton) m_cmdList.insert(mir_wstrdup(ptszText));
m_cmdListInd = -1;
- ptszText.Replace(L"%", L"%%");
-
if (m_si->pMI->bAckMsg) {
m_message.Disable();
m_message.SendMsg(EM_SETREADONLY, TRUE, 0);
|