don't close window on error

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1454 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-07-21 19:13:56 +00:00
parent 8ed09c48bf
commit c5d92f7d13
-1
View File
@@ -97,7 +97,6 @@ void NewSetWindow::done() {
EndModal(wxID_OK);
} catch (const Error& e) {
handle_error(e);
EndModal(wxID_CANCEL);
}
}