From 2920f87371c453cb1c10df41cd08bb98702573b1 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 03 Nov 2010 16:17:12 +0000 Subject: reordering of extras toolbar contents --- diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index a09181a..49a8dc3 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -132,11 +132,12 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right', ['hat1', 'stack1', 'hat', 'hat2', 'stack2', 'stack', 'storeinbox1', 'storeinbox2', 'string', 'box1', 'box2', 'box', 'storein', 'start'], - ['push', 'printheap', 'keyboard', 'pop', 'clearheap', - 'myfunc1arg', 'userdefined', 'addturtle', 'comment', 'print', - 'cartesian', 'width', 'height', 'polar', 'sandwichtop_no_label', - 'sandwichbottom', 'reskin'], - ['kbinput', 'readpixel', 'see', 'sound', 'volume', 'pitch'], + ['push', 'printheap', 'clearheap', 'pop', 'comment', 'print', + 'myfunc1arg', 'userdefined', + 'cartesian', 'width', 'height', 'polar', 'addturtle', 'reskin', + 'sandwichtop_no_label', 'sandwichbottom'], + ['kbinput', 'keyboard', 'readpixel', 'see', 'sound', 'volume', + 'pitch'], ['journal', 'audio', 'description', 'hideblocks', 'showblocks', 'fullscreen', 'savepix', 'savesvg', 'picturelist', 'picture1x1a', 'picture1x1', 'picture2x2', 'picture2x1', -- cgit v0.9.1