From f1429ec746cd413318d3a7198a9469a7f4dc51ac Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 08 Apr 2011 18:51:52 +0000 Subject: added 'special name' to text block --- (limited to 'plugins/turtle_blocks_extras') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index 822c371..ad31839 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -144,7 +144,7 @@ boolean operators from Numbers palette')) style='box-style', label=_('text'), default=_('text'), - special_name='', + special_name=_('text'), help_string=_('string value')) primitive_dictionary['show'] = self._prim_show -- cgit v0.9.1