Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-11-03 16:17:12 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-11-03 16:17:12 (GMT)
commit2920f87371c453cb1c10df41cd08bb98702573b1 (patch)
tree2ecb3ea1b81af252a26e7a45890a69dba3ac9068
parent9cd9a65fd108c4dd00a00f0b5d7ce8acd7b5afb6 (diff)
reordering of extras toolbar contents
-rw-r--r--TurtleArt/taconstants.py11
1 files changed, 6 insertions, 5 deletions
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',