[util] Fix pangram

This commit is contained in:
Behdad Esfahbod 2008-12-24 22:29:59 -05:00
parent 8296bc74c8
commit 9f9f5317dc

View file

@ -10,7 +10,7 @@ import pango
import gobject
class CairoView(gtk.Window):
def __init__(self, family="", slant=0, weight=0, size=18, text="The Quick Brown Fox Jumped Over The Lazy Dog!"):
def __init__(self, family="", slant=0, weight=0, size=18, text="The Quick Brown Fox Jumps Over The Lazy Dog!"):
gtk.Widget.__init__ (self)
self.family = family