diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-12-13 12:22:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-12-13 12:22:36 +0100 |
commit | 3c7d1a16aca49c647320c0ee67759007fa06a845 (patch) | |
tree | e1e42d585ace0a9e94fdce643ae9bf265bc810c6 /menu.c | |
parent | 3abe4f2b91df3748acafce4bb90e7f296745f270 (diff) | |
download | vdr-3c7d1a16aca49c647320c0ee67759007fa06a845.tar.gz vdr-3c7d1a16aca49c647320c0ee67759007fa06a845.tar.bz2 |
Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks the symbol rate in case of DVB-S and DVB-C
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 2.2 2008/05/01 14:37:24 kls Exp $ + * $Id: menu.c 2.3 2008/11/22 15:18:00 kls Exp $ */ #include "menu.h" @@ -252,8 +252,6 @@ void cMenuEditChannel::Setup(void) ST(" T") Add(new cMenuEditMapItem( tr("Transmission"), &data.transmission, TransmissionValues)); ST(" T") Add(new cMenuEditMapItem( tr("Guard"), &data.guard, GuardValues)); ST(" T") Add(new cMenuEditMapItem( tr("Hierarchy"), &data.hierarchy, HierarchyValues)); - ST(" T") Add(new cMenuEditMapItem( tr("Alpha"), &data.alpha, AlphaValues)); - ST(" T") Add(new cMenuEditMapItem( tr("Priority"), &data.priority, PriorityValues)); ST(" S ") Add(new cMenuEditMapItem( tr("Rolloff"), &data.rollOff, RollOffValues)); SetCurrent(Get(current)); |