mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
GUI: Made the symbols menu talk more
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4181 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -629,7 +629,7 @@ void CFrame::DoStop()
|
||||
{
|
||||
// Ask for confirmation in case the user accidently clicked Stop / Escape
|
||||
if(SConfig::GetInstance().m_LocalCoreStartupParameter.bConfirmStop)
|
||||
if(!AskYesNo("Are you sure you want to stop the current emulation?", "Confirm", wxYES_NO))
|
||||
if(!AskYesNo("Do want to stop the current emulation?", "Confirm", wxYES_NO))
|
||||
return;
|
||||
|
||||
// TODO: Show the author/description dialog here
|
||||
|
Reference in New Issue
Block a user