Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-09-26 20:21:40 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-09-26 21:36:34 (GMT)
commit9335b4dbbd25e9ee1ccfc1b1726c748ca0498f1c (patch)
tree8a82ddbc42836a13e63a7792206fb1d1fe2aaca0 /SynthLab
parent03578d630f85d784ca767a88635209e872564778 (diff)
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.
Diffstat (limited to 'SynthLab')
-rw-r--r--SynthLab/SynthLabToolbars.py2
1 files changed, 1 insertions, 1 deletions
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'),