aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Plugins')
-rw-r--r--lib/python/Plugins/example.py2
-rw-r--r--lib/python/Plugins/update.py2
2 files changed, 2 insertions, 2 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):
diff --git a/lib/python/Plugins/update.py b/lib/python/Plugins/update.py
index 7126875b..756ed381 100644
--- a/lib/python/Plugins/update.py
+++ b/lib/python/Plugins/update.py
@@ -8,7 +8,7 @@ import os
class Example(Screen):
skin = """
<screen position="100,100" size="550,400" title="IPKG upgrade..." >
- <widget name="text" position="0,0" size="550,400" font="Arial;15" />
+ <widget name="text" position="0,0" size="550,400" font="Regular;15" />
</screen>"""
def __init__(self, session):