Fixed path of banner.bin in GamelistCtrl not getting the good TitleID, replaced fullscreen on Esc key by Alt+Enter, Esc now escape fullscreen or stop emulation (as requested, but i find it better too)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3101 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
sl1nk3.s
2009-04-28 23:47:18 +00:00
parent be61375c01
commit 870242fc79
7 changed files with 127 additions and 94 deletions

View File

@ -210,7 +210,7 @@ void ConfigDialog::CreateGUIControls()
// Tool tips
m_Fullscreen->SetToolTip(wxT(
"This will create a Fullscreen window using the chosen Fullscreen resolution."
"\nPress Esc key to switch between Fullscreen and Windowed mode."
"\nPress Alt+Enter to switch between Fullscreen and Windowed mode."
));
m_NativeResolution->SetToolTip(wxT(
"This will use the game's native resolution and stretch it to fill the"