show harddisk model in aboutbox
[enigma2.git] / lib / python / Screens / About.py
index ae3ce394265b9cb858bd26b3a9ae892ddbeef068..6ed82934dd3e6529a9f56466e2b199a46bd802ae 100644 (file)
@@ -1,6 +1,7 @@
 from Screen import Screen
 from Components.ActionMap import ActionMap
 from Components.Label import Label
 from Screen import Screen
 from Components.ActionMap import ActionMap
 from Components.Label import Label
+from Components.Harddisk import Harddisk
 
 
 class About(Screen):
 
 
 class About(Screen):
@@ -14,7 +15,7 @@ class About(Screen):
                self["tunerB"] = Label("   Tuner B: Fujitsu QST (DVB-S)")
 
                self["hdd"] = Label("Detected HDD:")
                self["tunerB"] = Label("   Tuner B: Fujitsu QST (DVB-S)")
 
                self["hdd"] = Label("Detected HDD:")
-               self["hddA"] = Label("   not found")
+               self["hddA"] = Label(Harddisk(0).model())
 
                self["actions"] = ActionMap(["SetupActions"], 
                        {
 
                self["actions"] = ActionMap(["SetupActions"], 
                        {