mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Message box when there are exceptions when creating a set, because there is no console yet
This commit is contained in:
@@ -96,7 +96,7 @@ void NewSetWindow::done() {
|
|||||||
set->validate();
|
set->validate();
|
||||||
EndModal(wxID_OK);
|
EndModal(wxID_OK);
|
||||||
} catch (const Error& e) {
|
} catch (const Error& e) {
|
||||||
handle_error(e);
|
handle_error_now(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user