diff options
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> |