Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-10-06 20:11:50 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-10-06 20:11:50 (GMT)
commit19f7585a9d0f4dd130cf470f5c15f848c7a8415e (patch)
treece21c917c2251a7341ffe50725f470e1a7a027d3 /TurtleArt/tabasics.py
parent0996701c39695e24fbb4992471ba5298f52a4fe6 (diff)
remove tail from blank-style (#3164); use blank-style for trash
Diffstat (limited to 'TurtleArt/tabasics.py')
-rw-r--r--TurtleArt/tabasics.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index 4adcaa7..3dc1e36 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -941,17 +941,17 @@ variable'))
help_string=_('trash'))
palette.add_block('empty',
- style='basic-style-tail',
+ style='blank-style',
label=_('empty trash'),
help_string=_('permanently deletes items in trash'))
palette.add_block('restoreall',
- style='basic-style-head',
+ style='blank-style',
label=_('restore all'),
help_string=_('restore all blocks from trash'))
palette.add_block('trashall',
- style='basic-style-tail',
+ style='blank-style',
label=_('clear all'),
help_string=_('move all blocks to trash'))