summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/infrared.cpp.patch
blob: 7c3b2cf559fe543edd4c66258ff046944700c652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- infrared.cpp.orig	2013-12-06 18:56:39.300263083 +0000
+++ infrared.cpp	2013-12-06 21:52:25.071935902 +0000
@@ -339,7 +339,7 @@
     gc->addSelection("user");
     gc->addSelection("other");
 
-    gc->setHelpText(QObject::tr("Remote classification.  Favorites are remotes fully supported by LinHES."));
+    gc->setHelpText(QObject::tr("Remote classification. Favorites are remotes fully supported by LinHES."));
 
     return gc;
 };
@@ -391,6 +391,7 @@
 IRFrame::IRFrame():
     VerticalConfigurationGroup(false,false,false,false)
 {
+    setLabel(QObject::tr("Remotes Settings"));
     LIRC_ReceiverSettings *receiversettings = new LIRC_ReceiverSettings();
     //addChild(new HostRemoteTypeIR());
     addChild(new Remote_bucket());
@@ -685,6 +686,7 @@
 IR_TransmitFrame::IR_TransmitFrame():
     VerticalConfigurationGroup(false,false,false,false)
 {
+    setLabel(QObject::tr("Blaster Settings"));
     LIRC_BlasterSettings *blastersettings = new LIRC_BlasterSettings();
     addChild(blastersettings);
 }
@@ -724,6 +726,7 @@
 LCDFrame::LCDFrame():
     VerticalConfigurationGroup(false,false,false,false)
 {
+    setLabel(QObject::tr("LCD Settings"));
     addChild(HostLCDType());
 }