Browse Source

Merge pull request #197 from TheBlueMatt/errorfix

Fix GUI crash
0.8
Jeff Garzik 14 years ago
parent
commit
4408034bcd
  1. 1
      ui.cpp

1
ui.cpp

@ -1929,6 +1929,7 @@ void CSendDialog::OnButtonSend(wxCommandEvent& event) @@ -1929,6 +1929,7 @@ void CSendDialog::OnButtonSend(wxCommandEvent& event)
{
wxMessageBox(strError + " ", _("Sending..."));
EndModal(false);
return;
}
}
}

Loading…
Cancel
Save