Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/SynthLab/SynthLabMain.py
diff options
context:
space:
mode:
Diffstat (limited to 'SynthLab/SynthLabMain.py')
-rw-r--r--SynthLab/SynthLabMain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SynthLab/SynthLabMain.py b/SynthLab/SynthLabMain.py
index 6edfadd..3e3ca55 100644
--- a/SynthLab/SynthLabMain.py
+++ b/SynthLab/SynthLabMain.py
@@ -91,7 +91,7 @@ class SynthLabMain(gtk.EventBox):
self._presetToolbar = presetToolbar(self.activity.toolbox, self)
preset_toolbar_button = ToolbarButton(label=_('Presets'),
page=self._presetToolbar,
- icon_name='text-x-generic')
+ icon_name='presets-list')
self._presetToolbar.show()
preset_toolbar_button.show()
self.activity.toolbox.toolbar.insert(preset_toolbar_button, -1)