GSDebugger: Rename dump load error window title.

This commit is contained in:
lightningterror 2021-07-20 06:45:17 +02:00
parent 2b95e3b48b
commit 7b495437ae
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ void Dialogs::GSDumpDialog::RunDump(wxCommandEvent& event)
{
wxString s;
s.Printf(_("Failed to load the dump %s !"), m_selected_dump);
wxMessageBox(s, _("GSDumpGov"), wxICON_ERROR);
wxMessageBox(s, _("GS Debugger"), wxICON_ERROR);
return;
}
m_run->Disable();