diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-10-22 23:40:33 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-10-22 23:40:33 (GMT) |
commit | 7331e87c1d0d6a108652e95d75ef2fda4fe0877a (patch) | |
tree | 91ec7e96ec63ecf928df093457b16335d3b23e0c | |
parent | b42c748872eacf405f710d0df9f1a623b4bb594b (diff) | |
parent | 51df4a02b962588f922e95328d89e2b67eebdab6 (diff) | |
download | linhes_pkgbuild-7331e87c1d0d6a108652e95d75ef2fda4fe0877a.zip linhes_pkgbuild-7331e87c1d0d6a108652e95d75ef2fda4fe0877a.tar.gz linhes_pkgbuild-7331e87c1d0d6a108652e95d75ef2fda4fe0877a.tar.bz2 |
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
-rwxr-xr-x | abs/core/mythinstall/MythVantage-app/mythinstall/infrared.cpp | 4 | ||||
-rw-r--r-- | abs/core/mythinstall/PKGBUILD | 2 |
2 files changed, 3 insertions, 3 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); diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD index 45fbd26..c37757d 100644 --- a/abs/core/mythinstall/PKGBUILD +++ b/abs/core/mythinstall/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jams pkgname=mythinstall pkgver=8.2 -pkgrel=6 +pkgrel=7 pkgdesc="LinHES installer/systemconfig GUI." arch=('i686' 'x86_64') depends=('mythtv>=0.27') |