summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/menu-xml/mainmenu.xml.patch
blob: 9b083ace007ad48f0be5fa200da95a4097a97aba (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
--- themes/defaultmenu/mainmenu.xml.orig	2012-04-21 17:33:52.176349680 +0000
+++ themes/defaultmenu/mainmenu.xml	2012-04-21 17:35:03.369680109 +0000
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <mythmenu name="MAIN">
+    <button>
+        <type>TV_WATCH_TV</type>
+        <text>Watch TV</text>
+        <description>Watch live television</description>
+        <action>TV_WATCH_LIVE</action>
+    </button>
 
     <button>
         <type>MENU_MEDIA_LIBRARY</type>
@@ -30,17 +36,10 @@
     </button>
 
     <button>
-        <type>TV_WATCH_TV</type>
-        <text>Watch TV</text>
-        <description>Watch live television</description>
-        <action>TV_WATCH_LIVE</action>
-    </button>
-
-    <button>
         <type>MENU_UTILITIES_SETUP</type>
-        <text>Setup</text>
-        <description>Configure MythTV and plugins</description>
-        <action>MENU main_settings.xml</action>
+        <text>Service Menu</text>
+        <description>Configure your system</description>
+        <action>MENU linhes.xml</action>
     </button>
 
 </mythmenu>