HotkeyManager: Add missing hotkeys to the Hotkeys dialog

This commit is contained in:
Jasper St. Pierre 2015-05-26 11:59:43 -07:00 committed by degasus
parent 19f753de6b
commit 322c813cb6
1 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@
const std::string hotkey_labels[] =
{
(""), // Open
(""), // Change Disc
(""), // Refresh List
_trans("Open"),
_trans("Change Disc"),
_trans("Refresh List"),
_trans("Toggle Pause"),
_trans("Stop"),
@ -26,7 +26,7 @@ const std::string hotkey_labels[] =
_trans("Toggle Fullscreen"),
_trans("Take Screenshot"),
(""), // Exit
_trans("Exit"),
_trans("Connect Wiimote 1"),
_trans("Connect Wiimote 2"),