mirror of https://github.com/PCSX2/pcsx2.git
GSDebugger: Rename dump load error window title.
This commit is contained in:
parent
2b95e3b48b
commit
7b495437ae
|
@ -212,7 +212,7 @@ void Dialogs::GSDumpDialog::RunDump(wxCommandEvent& event)
|
||||||
{
|
{
|
||||||
wxString s;
|
wxString s;
|
||||||
s.Printf(_("Failed to load the dump %s !"), m_selected_dump);
|
s.Printf(_("Failed to load the dump %s !"), m_selected_dump);
|
||||||
wxMessageBox(s, _("GSDumpGov"), wxICON_ERROR);
|
wxMessageBox(s, _("GS Debugger"), wxICON_ERROR);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_run->Disable();
|
m_run->Disable();
|
||||||
|
|
Loading…
Reference in New Issue