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 <godiard@sugarlabs.org>2011-04-05 15:36:49 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-04-05 15:36:49 (GMT)
commitb7f251ae0d4250ffe7571733c3b2e0578dc4c422 (patch)
treedc60c1365dd6217bc99de8836b21023a4a281a6a /toolbox.py
parent48366d8866484442f22aa2c514e4588430ad68a0 (diff)
Change icon of shapes toolbar
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 1efb1db..384cb15 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -106,7 +106,7 @@ class DrawToolbarBox(ToolbarBox):
shapes_button = ToolbarButton()
shapes_button.props.page = ShapesToolbar(self._activity)
- shapes_button.props.icon_name = 'tool-shape-freeform'
+ shapes_button.props.icon_name = 'shapes'
shapes_button.props.label = _('Shapes')
self.toolbar.insert(shapes_button, -1)