Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
authorGonzalo Odiard <gonzalo@nautilus.localdomain>2010-06-09 19:09:20 (GMT)
committer Gonzalo Odiard <gonzalo@nautilus.localdomain>2010-06-09 19:09:20 (GMT)
commit2157f1c9c2f1b3136e26359d2e2a836778ac3aa4 (patch)
treebb203250da2315ea5adb98b980ee3d18c544e9eb /toolbox.py
parentab4986bd7349ff77f0d2f9f5080fc70d39a1cdd7 (diff)
Use a image more representative to icon of free form shape tool
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 c1c15d6..bc297dd 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -766,7 +766,7 @@ class ShapesToolbar(gtk.Toolbar):
logging.debug('Could not create palette for Shape Line')
self._tool_polygon = RadioToolButton()
- self._tool_polygon.props.icon_name = 'tool-polygon'
+ self._tool_polygon.props.icon_name = 'tool-shape-freeform'
self._tool_polygon.props.group = activity.tool_group
self.insert(self._tool_polygon, -1)
self._tool_polygon.set_tooltip(_('Free form'))