diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-07 20:03:44 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-07 20:03:44 (GMT) |
commit | b0893476b0988fdb4eea84fa40be34ef8a549f4f (patch) | |
tree | 64d428180ef6b8dd1a207ad969d0c6b56cd40236 /abs/core/mythtv | |
parent | dacae1d9673958dbeceae2ec93758cc3d4b9995e (diff) | |
download | linhes_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/mythtv')
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml index 283a9ea..2577ed0 100644 --- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml +++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/HOST_SETTINGS.xml @@ -42,6 +42,13 @@ </button> <button> + <type>MV_SYSTEM_SETUP_MENU</type> + <text>Host</text> + <description>Manage LinHES system type, pointer size & MythWelcome</description> + <action>EXEC mythinstall -s hostype </action> + </button> + + <button> <type>MV_MISC_SETUP_MENU</type> <text>Miscellanous</text> <description>Set timezone, shortcuts & auto updates</description> @@ -91,13 +98,6 @@ </button> <button> - <type>MV_SYSTEM_SETUP_MENU</type> - <text>System Type</text> - <description>Manage LinHES system type, pointer size & MythWelcome</description> - <action>EXEC mythinstall -s hostype </action> - </button> - - <button> <type>MV_USER_SETUP_MENU</type> <text>User Accounts</text> <description>Manage Users on the LinHES system</description> |