mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00: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:
parent
486798c580
commit
8cd6e1d409
4 changed files with 30 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue