mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the default name for instant recordings to 'TITLE EPISODE'
This commit is contained in:
parent
ba1bf3a99e
commit
94b9c72e22
2
HISTORY
2
HISTORY
@ -985,3 +985,5 @@ Video Disk Recorder Revision History
|
|||||||
Jürgen Schmidt).
|
Jürgen Schmidt).
|
||||||
- When the last entry in a "Recordings" menu page is deleted, that page is now
|
- When the last entry in a "Recordings" menu page is deleted, that page is now
|
||||||
automatically closed (suggested by Uwe Freese).
|
automatically closed (suggested by Uwe Freese).
|
||||||
|
- Changed the default name for instant recordings to "TITLE EPISODE" (avoiding
|
||||||
|
the '-').
|
||||||
|
4
config.c
4
config.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "config.h"
|
||||||
@ -847,7 +847,7 @@ cSetup::cSetup(void)
|
|||||||
ShowInfoOnChSwitch = 1;
|
ShowInfoOnChSwitch = 1;
|
||||||
MenuScrollPage = 1;
|
MenuScrollPage = 1;
|
||||||
MarkInstantRecord = 1;
|
MarkInstantRecord = 1;
|
||||||
strcpy(NameInstantRecord, "TITLE-EPISODE");
|
strcpy(NameInstantRecord, "TITLE EPISODE");
|
||||||
LnbSLOF = 11700;
|
LnbSLOF = 11700;
|
||||||
LnbFrequLo = 9750;
|
LnbFrequLo = 9750;
|
||||||
LnbFrequHi = 10600;
|
LnbFrequHi = 10600;
|
||||||
|
Loading…
Reference in New Issue
Block a user