summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/xorgsettings.cpp.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-07 20:03:44 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-07 20:03:44 (GMT)
commitb0893476b0988fdb4eea84fa40be34ef8a549f4f (patch)
tree64d428180ef6b8dd1a207ad969d0c6b56cd40236 /abs/core/mythinstall/xorgsettings.cpp.patch
parentdacae1d9673958dbeceae2ec93758cc3d4b9995e (diff)
downloadlinhes_pkgbuild-b0893476b0988fdb4eea84fa40be34ef8a549f4f.zip
linhes_pkgbuild-b0893476b0988fdb4eea84fa40be34ef8a549f4f.tar.gz
linhes_pkgbuild-b0893476b0988fdb4eea84fa40be34ef8a549f4f.tar.bz2
mythinstall: Upgrade gives popup when target isn't R8.0 or above. closes #905.
many other patches to add/change verbage to various screens.
Diffstat (limited to 'abs/core/mythinstall/xorgsettings.cpp.patch')
-rw-r--r--abs/core/mythinstall/xorgsettings.cpp.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/abs/core/mythinstall/xorgsettings.cpp.patch b/abs/core/mythinstall/xorgsettings.cpp.patch
new file mode 100644
index 0000000..7678b9c
--- /dev/null
+++ b/abs/core/mythinstall/xorgsettings.cpp.patch
@@ -0,0 +1,34 @@
+--- xorgsettings.cpp.orig 2013-12-06 22:24:53.351187115 +0000
++++ xorgsettings.cpp 2013-12-06 23:18:44.107475010 +0000
+@@ -551,7 +551,7 @@
+
+ // AdvancedXSettings::AdvancedXSettings():
+ // TriggeredConfigurationGroup(true,true,true,true,true,true,true,true) {
+-// setLabel(QObject::tr("Advanced X settings"));
++// setLabel(QObject::tr("Display Settings"));
+ // Setting* Advancedxsettings = HostXUseAdvanced();
+ // addChild(Advancedxsettings);
+ // setTrigger(Advancedxsettings);
+@@ -596,18 +596,18 @@
+
+ AdvancedXSettings::AdvancedXSettings():
+ TriggeredConfigurationGroup(true,true,true,true,true,true,true,true) {
+- setLabel(QObject::tr("Advanced X settings"));
++ setLabel(QObject::tr("Display Settings"));
+
+
+
+
+ HostXIgnoreConfig = new HostCheckBox("HostXIgnoreConfig");
+- HostXIgnoreConfig->setLabel(QObject::tr("User supplied config. "));
++ HostXIgnoreConfig->setLabel(QObject::tr("User Supplied Configuration"));
+ HostXIgnoreConfig->setValue(false);
+ #ifdef __MVAPP__
+- HostXIgnoreConfig->setHelpText(QObject::tr("When this is checked, the system will use the configuration file provided by YOU. Place the file you want to use in /data/home/mythtv/templates/xorg.user."));
++ HostXIgnoreConfig->setHelpText(QObject::tr("If checked, the system will use the configuration file provided by YOU. Place your configuration file in /data/home/mythtv/templates/xorg.user."));
+ #else
+- HostXIgnoreConfig->setHelpText(QObject::tr("When this is checked, the system will use the configuration file provided by YOU. Place the file you want to use in /home/mythtv/templates/xorg.user."));
++ HostXIgnoreConfig->setHelpText(QObject::tr("If checked, the system will use the configuration file provided by YOU. Place your configuration file in /data/home/mythtv/templates/xorg.user."));
+ #endif
+
+ Setting* Advancedxsettings = HostXIgnoreConfig;