From 9335b4dbbd25e9ee1ccfc1b1726c748ca0498f1c Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 26 Sep 2011 20:21:40 +0000 Subject: The rounded clear icon to clear the desktop, should be the rectangular clear icon, like in Paint As per the recommendation of a design review at the Jenin Sugar Camp, the rounded clear icon to clear the desktop, should be the rectangular clear icon, like in Paint. --- (limited to 'SynthLab') diff --git a/SynthLab/SynthLabToolbars.py b/SynthLab/SynthLabToolbars.py index 748f8b8..6ec55cf 100644 --- a/SynthLab/SynthLabToolbars.py +++ b/SynthLab/SynthLabToolbars.py @@ -76,7 +76,7 @@ def main_toolbar_common(toolbar, synthLab): _insertSeparator(toolbar, 1) resetButton = _button_factory( - name='edit-delete', + name='edit-clear', toolbar=toolbar, cb=synthLab.handleReset, tooltip=_('Reset the worktable'), -- cgit v0.9.1