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 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)