nJoy: Slight oversight in last commit

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2088 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-02-03 10:25:45 +00:00
parent fcb951c0c9
commit 2b8d2134e5
3 changed files with 9 additions and 9 deletions

View File

@ -825,7 +825,7 @@ void ConfigBox::CreateGUIControls()
, i+1
));
m_CBCheckFocus[i]->SetToolTip(wxT(
"Allow Gamepad input even when Dolphin is not in focus. Out of focus keyboard input is never allowed."));
"Allow gamepad input even when Dolphin is not in focus. Out of focus keyboard input is never allowed."));
// Populate settings
m_sSettings[i] = new wxBoxSizer ( wxHORIZONTAL );