summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-14 15:16:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-14 15:16:46 +0100
commit11e04d4228b00126fa2a9992a6b6e264d8d71ea3 (patch)
tree1c79af7c18ccd921b67750d647a7b773741e9e6c /config.c
parent62dfd2f996cb9480ea2c1db054a2fa657de0900b (diff)
downloadvdr-11e04d4228b00126fa2a9992a6b6e264d8d71ea3.tar.gz
vdr-11e04d4228b00126fa2a9992a6b6e264d8d71ea3.tar.bz2
Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recording.h to config.h and using them to initialize Setup.NameInstantRecord
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index b4228931..2c87985a 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 2.34 2013/02/05 11:16:08 kls Exp $
+ * $Id: config.c 2.35 2013/02/14 15:14:37 kls Exp $
*/
#include "config.h"
@@ -383,7 +383,7 @@ cSetup::cSetup(void)
MenuScrollWrap = 0;
MenuKeyCloses = 0;
MarkInstantRecord = 1;
- strcpy(NameInstantRecord, "TITLE EPISODE");
+ strcpy(NameInstantRecord, TIMERMACRO_TITLE " " TIMERMACRO_EPISODE);
InstantRecordTime = DEFINSTRECTIME;
LnbSLOF = 11700;
LnbFrequLo = 9750;