Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-12-20 18:41:18 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-12-20 18:41:18 (GMT)
commit68ed8c5217a55451b128cd5aa0182fa00a865d72 (patch)
tree9f2d00fe2dd63a44b2f72a0d0d0d7689202d8c3d /toolbox.py
parentc423a1cd944db93685618b99c211a95d6b850900 (diff)
Correcting a typo when creating EffectsToolbar: 'raindow' was replaced by 'rainbow'
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'))