From 19f7585a9d0f4dd130cf470f5c15f848c7a8415e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 06 Oct 2011 20:11:50 +0000 Subject: remove tail from blank-style (#3164); use blank-style for trash --- (limited to 'TurtleArt/tabasics.py') 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')) -- cgit v0.9.1