mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -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
|
||||||
|
Reference in New Issue
Block a user