summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/xorgsettings.cpp.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-09 23:00:51 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-09 23:00:51 (GMT)
commit23b63734b90bb8c37d88673383002cbd210cdc99 (patch)
tree8179ce273843f1527fc515c1fd59df75d0d9c77d /abs/core/mythinstall/xorgsettings.cpp.patch
parent9c7a9f742bbe8a69bdf50335e8218a45c3f28721 (diff)
downloadlinhes_pkgbuild-23b63734b90bb8c37d88673383002cbd210cdc99.zip
linhes_pkgbuild-23b63734b90bb8c37d88673383002cbd210cdc99.tar.gz
linhes_pkgbuild-23b63734b90bb8c37d88673383002cbd210cdc99.tar.bz2
mythinstall: pull in MythVantage src to LH tree.
more cleanup to many modules. access can now disable remotes and screensaver
Diffstat (limited to 'abs/core/mythinstall/xorgsettings.cpp.patch')
-rw-r--r--abs/core/mythinstall/xorgsettings.cpp.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/core/mythinstall/xorgsettings.cpp.patch b/abs/core/mythinstall/xorgsettings.cpp.patch
deleted file mode 100644
index 7678b9c..0000000
--- a/abs/core/mythinstall/xorgsettings.cpp.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- 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;