diff options
| author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-22 22:24:28 +0000 |
|---|---|---|
| committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-22 22:24:28 +0000 |
| commit | 3d13d0e55013a7c061c1f65c797bb06f7a141d6f (patch) | |
| tree | 981749c171ee0380d5c88ac553876890afe8b3fc /menuorg.xml | |
| parent | 224e6b425c22042fadc8caccb45a347318e82d0c (diff) | |
| download | vdr-plugin-menuorg-3d13d0e55013a7c061c1f65c797bb06f7a141d6f.tar.gz vdr-plugin-menuorg-3d13d0e55013a7c061c1f65c797bb06f7a141d6f.tar.bz2 | |
documented the title feature
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6967 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'menuorg.xml')
| -rw-r--r-- | menuorg.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/menuorg.xml b/menuorg.xml index b1ee296..d5cee31 100644 --- a/menuorg.xml +++ b/menuorg.xml @@ -1,18 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <menus> - <system name="Schedule" /> + <system name="Schedule" title="Program Schedule" /> <system name="Channels" /> <system name="Timers" /> <system name="Recordings" /> <menu name="Video/Audio"> <plugin name="radio" /> <plugin name="playlist" /> + <separator /> <plugin name="mp3" /> <plugin name="mplayer" /> <menu name="CD/DVD"> <plugin name="burn" /> <plugin name="dvdselect" /> <plugin name="dvd" /> + <separator title="----==============----" /> <plugin name="vdrcd" /> <plugin name="vcd" /> </menu> @@ -44,6 +46,7 @@ <plugin name="solitaire" /> <plugin name="freecell" /> </menu> + <separator /> <menu name="Other Plugins"> <plugin name="clock" /> <plugin name="vbox" /> @@ -59,7 +62,7 @@ <plugin name="graphlcd" /> <plugin name="sysinfo" /> <plugin name="console" /> - <plugin name="femon" /> + <plugin name="femon" title="DVB Health Monitor"/> <plugin name="rotor" /> <plugin name="streamdev-server" /> </menu> |
