Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab/SynthLabToolbars.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-08-09 00:25:50 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-08-10 12:07:07 (GMT)
commit3ea017f2ca2f98a5d92c690bee5fbc1725d5064e (patch)
tree97570c97d45b9d61db5c0119afdeef971009fac8 /SynthLab/SynthLabToolbars.py
parentd542043ec5175798f95cba24ec535f2c7d0f35a3 (diff)
switching over to new icons for presets and delete
Switching to new icons for SynthLab presets.
Diffstat (limited to 'SynthLab/SynthLabToolbars.py')
-rw-r--r--SynthLab/SynthLabToolbars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthLabToolbars.py b/SynthLab/SynthLabToolbars.py
index b8fc9f4..748f8b8 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='sl-reset',
+ name='edit-delete',
toolbar=toolbar,
cb=synthLab.handleReset,
tooltip=_('Reset the worktable'),