Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-21 20:19:10 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-21 20:19:10 (GMT)
commit86dd33be02e69c03268dcbbccbf16e8800b309f4 (patch)
tree6d4b4524911c9d891d1c7de6a2442f301be2f756 /taconstants.py
parent652ab5bdc7f66d07a7f5997ad224421bd4b73c33 (diff)
fixed positioning bug
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/taconstants.py b/taconstants.py
index 0ed4c81..bda0079 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -124,8 +124,8 @@ PALETTES = [['clean', 'forward', 'back', 'show', 'left', 'right',
'storeinbox1', 'storeinbox2', 'string', 'box1', 'box2', 'box',
'storein', 'start'],
['kbinput', 'push', 'printheap', 'keyboard', 'pop', 'clearheap',
- 'myfunc', 'nop', 'addturtle', 'comment', 'print', 'width',
- 'height','sandwichtop', 'sandwichbottom', 'cartesian', 'polar'],
+ 'myfunc', 'nop', 'addturtle', 'comment', 'print', 'cartesian',
+ 'width','height', 'polar', 'sandwichtop', 'sandwichbottom'],
['journal', 'audio', 'description', 'savepix', 'hideblocks',
'showblocks', 'fullscreen', 'picturelist', 'picture1x1a',
'picture1x1', 'picture2x2', 'picture2x1', 'picture1x2'],