From e307c7d9c5d45d724d6f0fe0b7daac61a8ec53a2 Mon Sep 17 00:00:00 2001 From: "avihal@gmail.com" Date: Wed, 6 Apr 2011 09:30:39 +0000 Subject: [PATCH] Forgot Zoom tooltip update. Mehh... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4536 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/gui/Panels/GSWindowPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/gui/Panels/GSWindowPanel.cpp b/pcsx2/gui/Panels/GSWindowPanel.cpp index edc0397691..e8d4b99029 100644 --- a/pcsx2/gui/Panels/GSWindowPanel.cpp +++ b/pcsx2/gui/Panels/GSWindowPanel.cpp @@ -57,7 +57,7 @@ Panels::GSWindowSettingsPanel::GSWindowSettingsPanel( wxWindow* parent ) L"Above/Below 100: Zoom In/Out\n" L"0: Automatic-Zoom-In untill the black-bars are gone (Aspect ratio is kept, some of the image goes out of screen).\n" L" NOTE: Some games draw their own black-bars, which will not be removed with '0'.\n\n" - L"Keyboard: NUMPAD-PLUS: Zoom-In, NUMPAD-MINUS: Zoom-Out, NUMPAD-*: Toggle 100/0" + L"Keyboard: CTRL + NUMPAD-PLUS: Zoom-In, CTRL + NUMPAD-MINUS: Zoom-Out, CTRL + NUMPAD-*: Toggle 100/0" ) ); m_check_VsyncEnable->SetToolTip( pxEt( "!ContextTip:Window:Vsync",