controls/EditorPanel.py
changeset 687 629680fb0582
parent 681 c141dad94ff4
child 714 131ea7f237b9
--- a/controls/EditorPanel.py	Sat May 19 12:40:53 2012 +0200
+++ b/controls/EditorPanel.py	Mon May 21 09:59:44 2012 +0200
@@ -65,7 +65,7 @@
         elif self.VariableEditor is not None:
             self.Initialize(self.VariableEditor)
         elif self.Editor is not None:
-            self.Initialize(self.Editor)        
+            self.Initialize(self.Editor)
         
     def __init__(self, parent, tagname, window, controler, debug=False):
         self.ParentWindow = window