summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp
index 34a2a33..cd56683 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp
@@ -528,7 +528,7 @@ static HostComboBox *HostBlasterType()
//gc->addSelection("pvr150");
gc->addSelection("iguanaIR-usb");
gc->addSelection("hd_pvr");
- gc->setHelpText(QObject::tr("The type of infrared transmitter being used. Selecting CommandIR or iguanaIR-usb will use that device for both transmitting and receiving. All other receivers will be disabled."));
+ gc->setHelpText(QObject::tr("The type of infrared transmitter being used. Receiver will use the receiver settings. Selecting CommandIR or iguanaIR-usb will use that device for both transmitting and receiving. All other receivers will be disabled."));
gc->setValue("None");
return gc;
};
@@ -673,7 +673,7 @@ public:
addTarget("None", blanksettings);
addTarget("Receiver", transmit_1);
- addTarget("Serial", serial_settings);
+ addTarget("serial", serial_settings);
addTarget("CommandIR", CommandIRsettings);
//addTarget("pvr150",blanksettings);
addTarget("hd_pvr",transmit_1);