Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox.py')
-rw-r--r--toolbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox.py b/toolbox.py
index 4fb1ee0..9bed17b 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -1353,7 +1353,7 @@ class EffectsToolbar(gtk.Toolbar):
self._effect_grayscale.show()
self._effect_grayscale.set_tooltip(_('Grayscale'))
- self._effect_rainbow = ToolButton('effect-raindow')
+ self._effect_rainbow = ToolButton('effect-rainbow')
self.insert(self._effect_rainbow, -1)
self._effect_rainbow.show()
self._effect_rainbow.set_tooltip(_('Rainbow'))