Made 'SetSystemTime' boolean in 'Setup' menu

This commit is contained in:
Klaus Schmidinger
2000-11-05 18:42:05 +01:00
parent eefbcf5216
commit cda43a8613
2 changed files with 3 additions and 2 deletions

4
menu.c
View File

@@ -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));
}