From 18a50f72447c28c82c6283d51ab52e9b153836bc Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 26 Jan 2010 04:41:46 +0000 Subject: fixed most of the project-loading problems --- (limited to 'constants.py') diff --git a/constants.py b/constants.py index 1f6e114..2251885 100644 --- a/constants.py +++ b/constants.py @@ -144,6 +144,15 @@ BLOCK_NAMES = {'clean':[_('clean')], 'forward':[_('forward')], 'scale':[_('scale')]} # +# Legacy names +# +OLD_NAMES = {'setxy':'set xy', 'storeinbox1':'store in box 1', + 'setpensize':'set pen size', 'setshade':'set shade', + 'plus2':'plus', 'division2':'divide','box1':'box 1', + 'box2':'box 2', 'storeinbox2':'store in box 2', + 'division':'divide', 'setcolor':'set color'} + +# # Logo primitives # -- cgit v0.9.1