From 0556cdb6e40486ae3d1abb84e4c876d5cb1b30e6 Mon Sep 17 00:00:00 2001 From: Karl Dietz Date: Mon, 7 Jan 2013 23:43:30 +0100 Subject: [PATCH] make "Universal (Europe)" the default LNB type Signed-off-by: Stuart Morgan --- mythtv/libs/libmythtv/diseqcsettings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mythtv/libs/libmythtv/diseqcsettings.cpp b/mythtv/libs/libmythtv/diseqcsettings.cpp index 4db64ef64b0..613a0a93b2e 100644 --- a/mythtv/libs/libmythtv/diseqcsettings.cpp +++ b/mythtv/libs/libmythtv/diseqcsettings.cpp @@ -585,11 +585,11 @@ class lnb_preset static lnb_preset lnb_presets[] = { /* description, type, LOF switch, LOF low, LOF high, inverted polarity */ - lnb_preset(DeviceTree::tr("Single (Europe)"), - DiSEqCDevLNB::kTypeVoltageControl, 0, 9750000), lnb_preset(DeviceTree::tr("Universal (Europe)"), DiSEqCDevLNB::kTypeVoltageAndToneControl, 11700000, 9750000, 10600000), + lnb_preset(DeviceTree::tr("Single (Europe)"), + DiSEqCDevLNB::kTypeVoltageControl, 0, 9750000), lnb_preset(DeviceTree::tr("Circular (N. America)"), DiSEqCDevLNB::kTypeVoltageControl, 0, 11250000), lnb_preset(DeviceTree::tr("Linear (N. America)"),