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