diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-13 16:18:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-13 16:18:40 +0100 |
commit | 21f13f0ef178bf48e4b609e75e42e74f8e940fe8 (patch) | |
tree | fc48bf793a9dfc334820f8c10edd982d576351c0 /menu.c | |
parent | 08390642c8b1f8ab76e8c9322ab96b28aef9ae82 (diff) | |
download | vdr-21f13f0ef178bf48e4b609e75e42e74f8e940fe8.tar.gz vdr-21f13f0ef178bf48e4b609e75e42e74f8e940fe8.tar.bz2 |
Removed EPGBugfixLevel '3'
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 1.141 2001/11/24 13:20:37 kls Exp $ + * $Id: menu.c 1.142 2002/01/13 16:18:40 kls Exp $ */ #include "menu.h" @@ -1712,7 +1712,7 @@ void cMenuSetup::Set(void) Add(new cMenuEditIntItem( tr("MarginStart"), &data.MarginStart)); Add(new cMenuEditIntItem( tr("MarginStop"), &data.MarginStop)); Add(new cMenuEditIntItem( tr("EPGScanTimeout"), &data.EPGScanTimeout)); - Add(new cMenuEditIntItem( tr("EPGBugfixLevel"), &data.EPGBugfixLevel, 0, 3)); + Add(new cMenuEditIntItem( tr("EPGBugfixLevel"), &data.EPGBugfixLevel, 0, MAXEPGBUGFIXLEVEL)); Add(new cMenuEditIntItem( tr("SVDRPTimeout"), &data.SVDRPTimeout)); Add(new cMenuEditBoolItem(tr("SortTimers"), &data.SortTimers)); Add(new cMenuEditIntItem( tr("PrimaryLimit"), &data.PrimaryLimit, 0, MAXPRIORITY)); |