diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-12 20:00:01 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-12 20:00:01 +0000 |
| commit | fc0a68d8f5358f8a67bb04501c33968126591ddd (patch) | |
| tree | 3411cbc01bd1522dc0a069fefb28a458dafab494 /data | |
| parent | 463cbe6dca87a736698f3098c5edaee2343f7ce2 (diff) | |
| download | enigma2-fc0a68d8f5358f8a67bb04501c33968126591ddd.tar.gz enigma2-fc0a68d8f5358f8a67bb04501c33968126591ddd.zip | |
add ServiceInfo to Info
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/menu.xml b/data/menu.xml index d566816b..a7fdada0 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -18,7 +18,12 @@ <!--<item text="CI"><screen module="Ci" screen="CiSelection" /></item>--> <item text="Radio"><code>print "radio mode"</code></item> <item text="Timer"><screen module="TimerEdit" screen="TimerEditList" /></item> - <item text="Information"><screen module="About" /></item> + + <menu text="Information"> + <item text="Service"><screen module="ServiceInfo" screen="ServiceInfo"/></item> + <item text="About..."><screen module="About" /></item> + </menu> + <item text="Games / Plugins"><screen module="PluginBrowser" /></item> <menu text="Setup"> <menu text="Service Organising"> |
