diff options
author | lordjaxom <lordjaxom> | 2004-12-17 19:56:21 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-17 19:56:21 +0000 |
commit | ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d (patch) | |
tree | d572f41490e8949a5e7323bf94b59c4034438afe /patches | |
parent | b8f29c674cc0ccca207123342c1344bbd0f13796 (diff) | |
download | vdr-plugin-text2skin-ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d.tar.gz vdr-plugin-text2skin-ac920774dee48c0a85b3c6fc8c6785c1a5dd8f6d.tar.bz2 |
1.0-pre5v1.0-pre5
Diffstat (limited to 'patches')
-rw-r--r-- | patches/vdr-1.3.17-dvbplayer-buttons.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/vdr-1.3.17-dvbplayer-buttons.diff b/patches/vdr-1.3.17-dvbplayer-buttons.diff new file mode 100644 index 0000000..dc72164 --- /dev/null +++ b/patches/vdr-1.3.17-dvbplayer-buttons.diff @@ -0,0 +1,10 @@ +--- menu.c.orig Fri Dec 17 18:31:27 2004 ++++ menu.c Fri Dec 17 18:37:18 2004 +@@ -3331,6 +3331,7 @@ + if (Initial) { + if (title) + displayReplay->SetTitle(title); ++ displayReplay->SetButtons(tr("Jump"), tr("Skip +60s"), tr("Skip -60s"), tr("Button$Stop")); + lastCurrent = lastTotal = -1; + } + if (Total != lastTotal) { |