mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00: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
1 changed files with 5 additions and 0 deletions
|
@ -286,14 +286,19 @@ wxString CFrame::GetMenuLabel(int Id)
|
||||||
break;
|
break;
|
||||||
case HK_STOP:
|
case HK_STOP:
|
||||||
Label = _T("&Stop\t");
|
Label = _T("&Stop\t");
|
||||||
|
break;
|
||||||
case HK_WIIMOTE1_CONNECT:
|
case HK_WIIMOTE1_CONNECT:
|
||||||
Label = _T("Connect Wiimote 1\t");
|
Label = _T("Connect Wiimote 1\t");
|
||||||
|
break;
|
||||||
case HK_WIIMOTE2_CONNECT:
|
case HK_WIIMOTE2_CONNECT:
|
||||||
Label = _T("Connect Wiimote 2\t");
|
Label = _T("Connect Wiimote 2\t");
|
||||||
|
break;
|
||||||
case HK_WIIMOTE3_CONNECT:
|
case HK_WIIMOTE3_CONNECT:
|
||||||
Label = _T("Connect Wiimote 3\t");
|
Label = _T("Connect Wiimote 3\t");
|
||||||
|
break;
|
||||||
case HK_WIIMOTE4_CONNECT:
|
case HK_WIIMOTE4_CONNECT:
|
||||||
Label = _T("Connect Wiimote 4\t");
|
Label = _T("Connect Wiimote 4\t");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxString Modifier = InputCommon::WXKeymodToString
|
wxString Modifier = InputCommon::WXKeymodToString
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue