aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/menu.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/menu.xml b/data/menu.xml
index 7091c83e..73ae3c07 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -1,7 +1,7 @@
<menu text="Mainmenu" title="Mainmenu">
<!--<item text="Standby debug">quitMainloop()</item>
<item text="Networksetup">self.openSetup("network")</item>-->
- <item text="Satelliteconfig">self.openDialog(Satconfig)</item>
+ <item text="Satelliteconfig">self.openDialog(NimSelection)</item>
<item text="Radio"></item>
<item text="Timer">self.openDialog(TimerEditList)</item>
<item text="Information">self.openDialog(About)</item>
@@ -13,8 +13,8 @@
<item text="Edit Bouquets"></item>
</menu>
<menu text="Service Searching">
- <!--<item text="Satelliteconfig">self.openDialog(Satconfig)</item>-->
- <item text="Satelliteconfig">self.openSetup("satconfig")</item>
+ <item text="Satelliteconfig">self.openDialog(Satconfig)</item>
+ <!--<item text="Satelliteconfig">self.openSetup("satconfig")</item>-->
<item text="Automatic Scan">self.openDialog(ServiceScan)</item>
<item text="Manual Scan">self.openDialog(ServiceScan)</item>
<item text="Rotor Control"></item>