Skip to content

Commit

Permalink
Add a jumppoint to enter standby mode manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Mar 6, 2012
1 parent a4ca569 commit d8f180f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/programs/mythfrontend/main.cpp
Expand Up @@ -1323,6 +1323,9 @@ static void InitJumpPoints(void)
REG_JUMP(QT_TRANSLATE_NOOP("MythControls", "Previously Recorded"),
"", "", startPrevious);

REG_JUMP(QT_TRANSLATE_NOOP("MythControls", "Standby Mode"),
"", "", standbyScreen);

// Video

REG_JUMP(JUMP_VIDEO_DEFAULT, QT_TRANSLATE_NOOP("MythControls",
Expand Down

0 comments on commit d8f180f

Please sign in to comment.