Fix something... Whistle and walk away.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5414 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-04-26 23:25:36 +00:00
parent c59409b46a
commit 41ba7d9ec5

View file

@ -286,14 +286,19 @@ wxString CFrame::GetMenuLabel(int Id)
break;
case HK_STOP:
Label = _T("&Stop\t");
break;
case HK_WIIMOTE1_CONNECT:
Label = _T("Connect Wiimote 1\t");
break;
case HK_WIIMOTE2_CONNECT:
Label = _T("Connect Wiimote 2\t");
break;
case HK_WIIMOTE3_CONNECT:
Label = _T("Connect Wiimote 3\t");
break;
case HK_WIIMOTE4_CONNECT:
Label = _T("Connect Wiimote 4\t");
break;
}
wxString Modifier = InputCommon::WXKeymodToString