blob: 049180304458b28b2a7333926e21f647631943f3 (
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
36
37
|
--- themes/defaultmenu/mainmenu.xml.orig 2010-11-08 22:30:08.000000000 +0000
+++ themes/defaultmenu/mainmenu.xml 2010-11-08 22:35:51.000000000 +0000
@@ -2,6 +2,13 @@
<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>
<text>Media Library</text>
<action>MENU library.xml</action>
@@ -31,17 +38,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>Utilities / Setup</text>
- <description>Configure MythTV and plugins</description>
- <action>MENU util_menu.xml</action>
+ <text>Service Menu</text>
+ <description>Configure your system</description>
+ <action>MENU linhes.xml</action>
</button>
</mythmenu>
|