graphics/GraphicCommons.py
changeset 353 f2be2307d666
parent 339 d4977f6d1621
child 358 4eeb0129f5d2
--- 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: