Remove duplicate action key in wiimotedev preferences.

Fixes issue 2046.
This commit is contained in:
Tyler Rhodes 2011-07-05 20:11:21 +00:00
parent 9f58fb6ded
commit 617ea33be9
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ WiimotedevShortcutsConfig::WiimotedevShortcutsConfig(QWidget* parent)
text_actions_.insert(WiimotedevShortcuts::PlayerTogglePause, tr("Play/Pause"));
text_actions_.insert(WiimotedevShortcuts::PlayerSeekBackward, tr("Seek backward"));
text_actions_.insert(WiimotedevShortcuts::PlayerSeekForward, tr("Seek forward"));
text_actions_.insert(WiimotedevShortcuts::PlayerSeekForward, tr("Stop after"));
text_actions_.insert(WiimotedevShortcuts::PlayerStopAfter, tr("Stop after"));
text_actions_.insert(WiimotedevShortcuts::PlayerShowOSD, tr("Show OSD"));