Skip to content

Commit

Permalink
TV: Fix the context for the stereoscopic key bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Jan 18, 2012
1 parent 0292b02 commit 5f819da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mythtv/libs/libmythtv/tv_play.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -806,15 +806,15 @@ void TV::InitKeys(void)
QT_TRANSLATE_NOOP("MythControls", "Toggle OSD playback information"), "");

/* 3D/Frame compatible/Stereoscopic TV */
REG_KEY("TV_PLAYBACK", ACTION_3DNONE,
REG_KEY("TV PLAYBACK", ACTION_3DNONE,
QT_TRANSLATE_NOOP("MythControls", "No 3D"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DSIDEBYSIDE,
REG_KEY("TV PLAYBACK", ACTION_3DSIDEBYSIDE,
QT_TRANSLATE_NOOP("MythControls", "3D Side by Side"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DSIDEBYSIDEDISCARD,
REG_KEY("TV PLAYBACK", ACTION_3DSIDEBYSIDEDISCARD,
QT_TRANSLATE_NOOP("MythControls", "Discard 3D Side by Side"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DTOPANDBOTTOM,
REG_KEY("TV PLAYBACK", ACTION_3DTOPANDBOTTOM,
QT_TRANSLATE_NOOP("MythControls", "3D Top and Bottom"), "");
REG_KEY("TV_PLAYBACK", ACTION_3DTOPANDBOTTOMDISCARD,
REG_KEY("TV PLAYBACK", ACTION_3DTOPANDBOTTOMDISCARD,
QT_TRANSLATE_NOOP("MythControls", "Discard 3D Top and Bottom"), "");

/*
Expand Down

0 comments on commit 5f819da

Please sign in to comment.