Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-03-24 00:19:44 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-03-24 00:19:44 (GMT)
commit0ad936510a41bb9a6fc29fa176a31d56d01adab9 (patch)
tree52978e4f90157aa6aa4b94303f4e717fd7655585
parente36b89926a1f434254a1ef1bbf4ab1c2415adfb0 (diff)
new help message for collapsed blocks
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index dfe8356..325c4c4 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -609,6 +609,15 @@ module found in the Journal'))
special_name=_('bottom'),
help_string=_('bottom of a collapsible stack'))
+ palette.add_block('sandwichtop_no_arm_no_label',
+ hidden=True,
+ colors=["#FF0000", "#A00000"],
+ style='collapsible-top-no-arm-no-label',
+ label=[' ', _('click to open')],
+ prim_name='nop',
+ help_string=_('collapsed stack: click to open'))
+
+ # deprecated blocks
palette.add_block('sandwichcollapsed',
hidden=True,
colors=["#FF0000", "#A00000"],
@@ -618,7 +627,6 @@ module found in the Journal'))
help_string=_('bottom block in a collapsed stack: \
click to open'))
- # deprecated blocks
palette.add_block('sandwichtop',
hidden=True,
colors=["#FF0000", "#A00000"],
@@ -637,14 +645,6 @@ click to open'))
prim_name='comment',
help_string=_('top of stack'))
- palette.add_block('sandwichtop_no_arm_no_label',
- hidden=True,
- colors=["#FF0000", "#A00000"],
- style='collapsible-top-no-arm-no-label',
- label=[' ', _('click to open')],
- prim_name='nop',
- help_string=_('top of stack'))
-
def _portfolio_palette(self):
palette = make_palette('portfolio',