1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

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

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"));