mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Change a PanicYesNo to a PanicAlert
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5281 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
758bcf17cb
commit
131bb78897
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ void CISOProperties::CreateGUIControls(bool IsWad)
|
||||||
void CISOProperties::OnClose(wxCloseEvent& WXUNUSED (event))
|
void CISOProperties::OnClose(wxCloseEvent& WXUNUSED (event))
|
||||||
{
|
{
|
||||||
if (!SaveGameConfig())
|
if (!SaveGameConfig())
|
||||||
PanicYesNo("Could not save %s", GameIniFile.c_str());
|
PanicAlert("Could not save %s", GameIniFile.c_str());
|
||||||
|
|
||||||
EndModal(bRefreshList ? wxID_OK : wxID_CANCEL);
|
EndModal(bRefreshList ? wxID_OK : wxID_CANCEL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue