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