Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors. #671

Merged
merged 1 commit into from Aug 4, 2014

Conversation

lioncash
Copy link
Member

Panic alerts should be reserved for critical unrecoverable errors.

@@ -637,7 +638,7 @@ void CreateCodeDialog::PressOK(wxCommandEvent& ev)
int base = checkbox_use_hex->IsChecked() ? 16 : 10;
if (!textctrl_value->GetValue().ToLong(&code_value, base))
{
PanicAlertT("Invalid Value!");
wxMessageBox(_("Invalid Value!"), _("Error"));

This comment was marked as off-topic.

delroth added a commit that referenced this pull request Aug 4, 2014
DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors.
@delroth delroth merged commit 497de04 into dolphin-emu:master Aug 4, 2014
@lioncash lioncash deleted the non-panic branch August 5, 2014 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants