summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-10-08 16:18:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-10-08 16:18:23 +0200
commit212468e2e0c9809486040c019005b8da65214f81 (patch)
treeb069b7c48991e822ddd145cd2f2caae67f4bdcd6 /menu.c
parentd5df19dca1a1991475ac8c09aea9713363ad63cb (diff)
downloadvdr-212468e2e0c9809486040c019005b8da65214f81.tar.gz
vdr-212468e2e0c9809486040c019005b8da65214f81.tar.bz2
LNB frequencies can now be configured
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index ddf95417..39689c9c 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.35 2000/10/08 15:34:26 kls Exp $
+ * $Id: menu.c 1.36 2000/10/08 16:11:22 kls Exp $
*/
#include "menu.h"
@@ -1087,6 +1087,8 @@ cMenuSetup::cMenuSetup(void)
Add(new cMenuEditBoolItem("ShowInfoOnChSwitch", &data.ShowInfoOnChSwitch));
Add(new cMenuEditBoolItem("MenuScrollPage", &data.MenuScrollPage));
Add(new cMenuEditBoolItem("MarkInstantRecord", &data.MarkInstantRecord));
+ Add(new cMenuEditIntItem( "LnbFrequLo", &data.LnbFrequLo));
+ Add(new cMenuEditIntItem( "LnbFrequHi", &data.LnbFrequHi));
}
eOSState cMenuSetup::ProcessKey(eKeys Key)