summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-11-05 18:42:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2000-11-05 18:42:05 +0100
commitcda43a8613a0dffdd0081e66ae311c66b16607b1 (patch)
tree7a7b6378eb38c39b7339eb036c2a5197ec311cab /menu.c
parenteefbcf5216ee5bcb93b60b5aaf22ccefccc64732 (diff)
downloadvdr-cda43a8613a0dffdd0081e66ae311c66b16607b1.tar.gz
vdr-cda43a8613a0dffdd0081e66ae311c66b16607b1.tar.bz2
Made 'SetSystemTime' boolean in 'Setup' menu
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 4240beb0..42ce0aaa 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.42 2000/11/05 13:42:39 kls Exp $
+ * $Id: menu.c 1.43 2000/11/05 18:41:09 kls Exp $
*/
#include "menu.h"
@@ -1440,7 +1440,7 @@ cMenuSetup::cMenuSetup(void)
Add(new cMenuEditBoolItem("MarkInstantRecord", &data.MarkInstantRecord));
Add(new cMenuEditIntItem( "LnbFrequLo", &data.LnbFrequLo));
Add(new cMenuEditIntItem( "LnbFrequHi", &data.LnbFrequHi));
- Add(new cMenuEditIntItem( "SetSystemTime", &data.SetSystemTime));
+ Add(new cMenuEditBoolItem("SetSystemTime", &data.SetSystemTime));
Add(new cMenuEditIntItem( "MarginStart", &data.MarginStart));
Add(new cMenuEditIntItem( "MarginStop", &data.MarginStop));
}