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