Commit fff8a5f7 authored by twanvl's avatar twanvl

don't close window on error

parent 7df1cfa6
......@@ -97,7 +97,6 @@ void NewSetWindow::done() {
EndModal(wxID_OK);
} catch (const Error& e) {
handle_error(e);
EndModal(wxID_CANCEL);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment