fix for canAllocateChannel
[enigma2.git] / lib / python / Screens / ServiceInfo.py
index 6b0a2e009f0c6385f80a963302e090bbb1911c12..5b0b6220fa653fd3c0a7621fcee366b31f236372 100644 (file)
@@ -25,7 +25,7 @@ class ServiceInfoList(HTMLComponent, GUIComponent):
                self.l = eListboxPythonMultiContent()
                self.list = source
                self.l.setList(self.list)
-               self.l.setFont(0, gFont("Arial", 23))
+               self.l.setFont(0, gFont("Regular", 23))
 
        def GUIcreate(self, parent):
                self.instance = eListbox(parent)