diff -r 5cd60f7e510c -r f2be2307d666 graphics/GraphicCommons.py --- a/graphics/GraphicCommons.py Fri May 22 08:38:12 2009 +0200 +++ b/graphics/GraphicCommons.py Fri May 22 09:26:35 2009 +0200 @@ -2673,6 +2673,7 @@ y = self.Pos.y + 10 for line in self.Content.splitlines(): first = True + linetext = "" words = line.split(" ") for i, word in enumerate(words): if first: