summaryrefslogtreecommitdiff
path: root/src/core/stdmsg
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r--src/core/stdmsg/src/msgdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp
index 64436c9045..91c7939d29 100644
--- a/src/core/stdmsg/src/msgdialog.cpp
+++ b/src/core/stdmsg/src/msgdialog.cpp
@@ -365,6 +365,7 @@ void CMsgDialog::onClick_Ok(CCtrlButton *pButton)
}
}
+ m_btnCloseQuote.Click();
m_btnOk.Disable();
SetFocus(m_message.GetHwnd());
}