aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-11-11 19:45:53 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-11-11 19:45:53 +0000
commited779ca6bbf6189eb1f2a4bf9fc67f13858f0dc3 (patch)
tree4cdb1ddc8246856540c9da471af9c8544c75d857 /data
parent38f891fa519468578e2f546134ef3f6b18cd121a (diff)
downloadenigma2-ed779ca6bbf6189eb1f2a4bf9fc67f13858f0dc3.tar.gz
enigma2-ed779ca6bbf6189eb1f2a4bf9fc67f13858f0dc3.zip
change order in shutdown menu (expert mode only)
Diffstat (limited to 'data')
-rw-r--r--data/menu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/menu.xml b/data/menu.xml
index 584a08f1..d1619a47 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -79,7 +79,7 @@
<!--<item text="Standby"><code>quitMainloop(0)</code></item>-->
<item text="Standby" entryID="standby"><screen module="Standby" screen="Standby"/></item>
<item text="Restart" entryID="restart"><screen module="Standby" screen="TryQuitMainloop">2</screen></item>
- <item text="Deep Standby" entryID="deep_standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item>
<item level="2" text="Restart GUI" entryID="restart_enigma"><screen module="Standby" screen="TryQuitMainloop">3</screen></item>
+ <item text="Deep Standby" entryID="deep_standby"><screen module="Standby" screen="TryQuitMainloop">1</screen></item>
</menu>
</menu>