mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
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:
parent
c59409b46a
commit
41ba7d9ec5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user