diff --git a/ui.cpp b/ui.cpp index 5e53489116..fe63344db6 100644 --- a/ui.cpp +++ b/ui.cpp @@ -1952,6 +1952,7 @@ void CSendDialog::OnButtonSend(wxCommandEvent& event) { wxMessageBox(strError + " ", _("Sending...")); EndModal(false); + return; } } }