summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2009-06-04 21:29:07 +0000
committerJohn Peterson <jpeterson57@gmail.com>2009-06-04 21:29:07 +0000
commiteca5537a1c239edf2fb6e0f39fce10c5c35abbb1 (patch)
tree4d7546b9dfbbe2d466ada46e2cf78bedc9d9f8c0 /Source/Core
parentac9111c1f7c8087761d9099424430648fe799dc7 (diff)
Interface: Updated UsePanicHandlers tooltip
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3328 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/Src/ConfigMain.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/ConfigMain.cpp b/Source/Core/DolphinWX/Src/ConfigMain.cpp
index ada8b948da..afbf970402 100644
--- a/Source/Core/DolphinWX/Src/ConfigMain.cpp
+++ b/Source/Core/DolphinWX/Src/ConfigMain.cpp
@@ -255,7 +255,10 @@ void CConfigMain::CreateGUIControls()
UseDynaRec->SetToolTip(wxT("Disabling this will cause Dolphin to run in interpreter mode,"
"\nwhich can be more accurate, but is MUCH slower"));
ConfirmStop->SetToolTip(wxT("Show a confirmation box before stopping a game."));
- UsePanicHandlers->SetToolTip(wxT("Show Panic Alerts Popups"));
+ UsePanicHandlers->SetToolTip(wxT("Show a message box when a potentially serious error has occured."
+ " Disabling this may avoid annoying and non-fatal messages, but it may also mean that Dolphin"
+ " suddenly crashes without any explanation at all."
+ ));
AutoHideCursor->SetToolTip(wxT("This will auto hide the cursor in fullscreen mode."));
HideCursor->SetToolTip(wxT("This will always hide the cursor when it's over the rendering window."
"\nIt can be convenient in a Wii game that already has a cursor."));