Merge pull request #197 from TheBlueMatt/errorfix

Fix GUI crash
This commit is contained in:
Jeff Garzik 2011-05-06 04:33:44 -07:00
commit 4408034bcd

1
ui.cpp
View file

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