Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab/SynthLabToolbars.py
diff options
context:
space:
mode:
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'),