summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-10 11:40:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-10 11:40:29 +0100
commit94b9c72e22ef2b78aa8eba6cef6375de08f7945c (patch)
tree21d5d2ac97298ccd953988ac719d431414a0b621
parentba1bf3a99ef7f6867aecccf52e5f6bd90c48107a (diff)
downloadvdr-94b9c72e22ef2b78aa8eba6cef6375de08f7945c.tar.gz
vdr-94b9c72e22ef2b78aa8eba6cef6375de08f7945c.tar.bz2
Changed the default name for instant recordings to 'TITLE EPISODE'
-rw-r--r--HISTORY2
-rw-r--r--config.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 9c065ce6..fe269c8d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -985,3 +985,5 @@ Video Disk Recorder Revision History
Jürgen Schmidt).
- When the last entry in a "Recordings" menu page is deleted, that page is now
automatically closed (suggested by Uwe Freese).
+- Changed the default name for instant recordings to "TITLE EPISODE" (avoiding
+ the '-').
diff --git a/config.c b/config.c
index 974aed0c..8b5c454f 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.82 2002/02/03 15:25:44 kls Exp $
+ * $Id: config.c 1.83 2002/02/10 11:39:00 kls Exp $
*/
#include "config.h"
@@ -847,7 +847,7 @@ cSetup::cSetup(void)
ShowInfoOnChSwitch = 1;
MenuScrollPage = 1;
MarkInstantRecord = 1;
- strcpy(NameInstantRecord, "TITLE-EPISODE");
+ strcpy(NameInstantRecord, "TITLE EPISODE");
LnbSLOF = 11700;
LnbFrequLo = 9750;
LnbFrequHi = 10600;