From 0d93925aa8f043fbefa0e46d7cab48deac30dda3 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 11 Nov 2013 21:56:13 +0000 Subject: Alan's fix to my blocks palette name --- (limited to 'plugins/turtle_blocks_extras/turtle_blocks_extras.py') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index e6f2989..1e9b2e4 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -1102,7 +1102,7 @@ Journal objects')) files = glob.glob(os.path.join(self.tw.macros_path, '*.tb')) if len(files) > 0: palette = make_palette( - 'my blocks', + 'myblocks', colors=["#FFFF00", "#A0A000"], help_string=_('Palette of user-defined operators'), translation=_('my blocks')) -- cgit v0.9.1