summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-11 08:44:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-11 08:44:48 +0200
commitcf15f276f9b7b97311003d2d1dc6dcdb444feb37 (patch)
treefb154be8a3c68cb6f25de021a98b7fdf742ffa58 /menu.c
parent0387ee9ad9a557ed3bc81ec07bbb090fc1d48be3 (diff)
downloadvdr-cf15f276f9b7b97311003d2d1dc6dcdb444feb37.tar.gz
vdr-cf15f276f9b7b97311003d2d1dc6dcdb444feb37.tar.bz2
Changed the default value for the 'DiSEqC' setup parameter to 'off'
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 2e70e59e..5384d65c 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.98 2001/08/10 15:37:53 kls Exp $
+ * $Id: menu.c 1.99 2001/08/11 08:43:31 kls Exp $
*/
#include "menu.h"
@@ -545,7 +545,7 @@ cMenuEditChannel::cMenuEditChannel(int Index)
Add(new cMenuEditStrItem( tr("Name"), data.name, sizeof(data.name), FileNameChars));
Add(new cMenuEditIntItem( tr("Frequency"), &data.frequency, 10000, 13000)); //TODO exact limits???
Add(new cMenuEditChrItem( tr("Polarization"), &data.polarization, "hv"));
- Add(new cMenuEditIntItem( tr("Diseqc"), &data.diseqc, 0, 10)); //TODO exact limits???
+ Add(new cMenuEditIntItem( tr("DiSEqC"), &data.diseqc, 0, 10)); //TODO exact limits???
Add(new cMenuEditIntItem( tr("Srate"), &data.srate, 22000, 30000)); //TODO exact limits - toggle???
Add(new cMenuEditIntItem( tr("Vpid"), &data.vpid, 0, 0xFFFE));
Add(new cMenuEditIntItem( tr("Apid1"), &data.apid1, 0, 0xFFFE));