Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-08-25 19:37:30 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-08-25 19:37:30 (GMT)
commitc300fd0f6995ade9ea062ad8b06f28bf3b23b0c5 (patch)
tree9f1514d453f076089ff676ba4eda2a421274ce1b /toolbar.py
parenta7b4bbaaaa51332ecfd1264a6bbadc0d7ee3a10f (diff)
Update icons in toolbars, according to design team review
Diffstat (limited to 'toolbar.py')
-rw-r--r--toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbar.py b/toolbar.py
index 0eea68b..d58e23b 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -77,7 +77,7 @@ class GlobesManager():
# agregar cuadro
self.add_photo = ToolButton()
- self.add_photo.props.icon_name = 'add-photo'
+ self.add_photo.props.icon_name = 'insert-picture'
self.add_photo.connect('clicked', self.__btn_clicked)
self.add_photo.set_tooltip(_('Add Photo'))
toolbar.insert(self.add_photo, -1)