aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ServiceInfo.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 00:48:06 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 00:48:06 +0000
commit549ed3c87c4d3fe093472aa199ca6742c1f3654f (patch)
tree6c5668e6119bb59f6bd52c2bbd356a9e7bb6c1b9 /lib/python/Screens/ServiceInfo.py
parent1fe64f3ba259fa5d9d12b3a69bf245dec4bee579 (diff)
downloadenigma2-549ed3c87c4d3fe093472aa199ca6742c1f3654f.tar.gz
enigma2-549ed3c87c4d3fe093472aa199ca6742c1f3654f.zip
replace "Arial" by "Regular"
Diffstat (limited to 'lib/python/Screens/ServiceInfo.py')
-rw-r--r--lib/python/Screens/ServiceInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ServiceInfo.py b/lib/python/Screens/ServiceInfo.py
index 6b0a2e00..5b0b6220 100644
--- a/lib/python/Screens/ServiceInfo.py
+++ b/lib/python/Screens/ServiceInfo.py
@@ -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)