diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-30 16:04:21 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-30 16:04:21 +0000 |
| commit | 0e3e7773e5d8e7ff159316db3de7fcfad57bb9e8 (patch) | |
| tree | 5c63acbc6e8d531d01b0ab8bf016f7b5ce08f4eb /data/menu.xml | |
| parent | 59567589c05c2756dcf779cc24aa86becd63a68c (diff) | |
| download | enigma2-0e3e7773e5d8e7ff159316db3de7fcfad57bb9e8.tar.gz enigma2-0e3e7773e5d8e7ff159316db3de7fcfad57bb9e8.zip | |
move subtitles selection to mainmenu, some subtitle fixes
Diffstat (limited to 'data/menu.xml')
| -rw-r--r-- | data/menu.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/menu.xml b/data/menu.xml index 2762c2e8..4c530fe0 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -17,6 +17,7 @@ <item text="Network setup">self.openSetup("network")</item>--> <!--<item text="CI"><screen module="Ci" screen="CiSelection" /></item>--> <!--<item text="Radio"><code>print "radio mode"</code></item>--> + <item text="Subtitles"><screen module="Subtitles" screen="Subtitles" /></item> <item text="Media player"><screen module="MediaPlayer" screen="MediaPlayer" /></item> <item text="Timer"><screen module="TimerEdit" screen="TimerEditList" /></item> <item text="VCR scart"><code>self.session.scart.VCRSbChanged(3)</code></item> |
