diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-07 23:07:53 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-07 23:07:53 +0000 |
| commit | 554e450207f364dba6ff44cabed008427dc44440 (patch) | |
| tree | 2de0fc0eb1ed419e916e1e8668706aadcfa8b861 /data/menu.xml | |
| parent | 90f30c9b03b0b0b36ad5040e496dcc78d4f8248f (diff) | |
| download | enigma2-554e450207f364dba6ff44cabed008427dc44440.tar.gz enigma2-554e450207f364dba6ff44cabed008427dc44440.zip | |
add TimerEntry for later use in TimerEdit
add configDateTime as a config entry to select time, date, weekday or whatever is wanted... flexible as always :)
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 f023a2ad..ecc9b4af 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -18,6 +18,7 @@ <item text="CI"><screen module="Ci" screen="CiSelection" /></item> <item text="Satelliteconfig"><screen module="Satconfig" screen="NimSelection" /></item> <item text="Scanconfiguration"><screen module="ScanSetup" screen="ScanSetup" /></item> + <item text="Timerentry"><screen module="TimerEntry" screen="TimerEntry" /></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> |
