summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-07-27 13:45:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-07-27 13:45:55 +0200
commit47b859c15677e73e2e0a0fef8f244a6b3fd6b3df (patch)
treebaf9b4b56d2f1e53984ad95897d47fa9e8942cf3 /menu.c
parentd008680ad78832701d59d54733d302c0287bc879 (diff)
downloadvdr-47b859c15677e73e2e0a0fef8f244a6b3fd6b3df.tar.gz
vdr-47b859c15677e73e2e0a0fef8f244a6b3fd6b3df.tar.bz2
DiSEqC support can now be generally enabled/disabled
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 7c51f1d5..9385dc39 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.83 2001/07/27 11:51:42 kls Exp $
+ * $Id: menu.c 1.84 2001/07/27 13:35:03 kls Exp $
*/
#include "menu.h"
@@ -1617,6 +1617,7 @@ void cMenuSetup::Set(void)
Add(new cMenuEditIntItem( tr("LnbSLOF"), &data.LnbSLOF));
Add(new cMenuEditIntItem( tr("LnbFrequLo"), &data.LnbFrequLo));
Add(new cMenuEditIntItem( tr("LnbFrequHi"), &data.LnbFrequHi));
+ Add(new cMenuEditBoolItem(tr("DiSEqC"), &data.DiSEqC));
Add(new cMenuEditBoolItem(tr("SetSystemTime"), &data.SetSystemTime));
Add(new cMenuEditIntItem( tr("MarginStart"), &data.MarginStart));
Add(new cMenuEditIntItem( tr("MarginStop"), &data.MarginStop));