aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/example.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/Plugins/example.py
parent1fe64f3ba259fa5d9d12b3a69bf245dec4bee579 (diff)
downloadenigma2-549ed3c87c4d3fe093472aa199ca6742c1f3654f.tar.gz
enigma2-549ed3c87c4d3fe093472aa199ca6742c1f3654f.zip
replace "Arial" by "Regular"
Diffstat (limited to 'lib/python/Plugins/example.py')
-rw-r--r--lib/python/Plugins/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/example.py b/lib/python/Plugins/example.py
index 86e2cd14..5b96ee37 100644
--- a/lib/python/Plugins/example.py
+++ b/lib/python/Plugins/example.py
@@ -6,7 +6,7 @@ from Components.Label import Label
class Example(Screen):
skin = """
<screen position="100,100" size="200,200" title="Example plugin..." >
- <widget name="text" position="0,0" size="100,50" font="Arial;23" />
+ <widget name="text" position="0,0" size="100,50" font="Regular;23" />
</screen>"""
def __init__(self, session):