Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tawindow.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tawindow.py b/tawindow.py
index d4c81d0..92e84f5 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1622,9 +1622,8 @@ class TurtleArtWindow():
#
# Start a new project with a 'start' brick
#
- def load_start(self):
- self.clone_stack("%s%s%s" % ("[[0,[\"start\",\"", _("start"),
- "\"],250,250,[null,null]]]"))
+ def load_start(self):
+ self.process_data([[0, "start", 218, 224, [None, None]]])
#
# Start a project to a file