summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/vdr-1.3.17-dvbplayer-buttons.diff10
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) {