From 549ed3c87c4d3fe093472aa199ca6742c1f3654f Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 23 Dec 2005 00:48:06 +0000 Subject: replace "Arial" by "Regular" --- lib/python/Plugins/example.py | 2 +- lib/python/Plugins/update.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Plugins') 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 = """ - + """ 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 = """ - + """ def __init__(self, session): -- cgit v1.2.3