add very simple scan
[enigma2.git] / lib / python / Screens / NetworkSetup.py
index 3f5520b12ac5d87409526a2c85bec1d7b873ce7f..8b55265444d332b3776c80292480d7beeffc2ad6 100644 (file)
@@ -4,6 +4,7 @@ from Components.ConfigList import ConfigList
 from Components.config import config
 from Components.config import getConfigListEntry
 from Components.Network import iNetwork
+from Components.Label import Label
 
 class NetworkSetup(Screen):
     def __init__(self, session):
@@ -31,6 +32,8 @@ class NetworkSetup(Screen):
         self["config"] = ConfigList(self.list)
         self.createSetup()
         
+        self["introduction"] = Label("Press OK to activate the settings.")
+        
     def createSetup(self):
         self.list = []