summaryrefslogtreecommitdiff
path: root/src/gui/toolpalette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/toolpalette.cpp')
-rw-r--r--src/gui/toolpalette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/toolpalette.cpp b/src/gui/toolpalette.cpp
index 430df3f..0a832a6 100644
--- a/src/gui/toolpalette.cpp
+++ b/src/gui/toolpalette.cpp
@@ -20,7 +20,7 @@ ToolPalette::ToolPalette(QWidget *parent) :
select = new QAction(QIcon(":/images/Inkscape_icons_edit_select_all.svg"), "Select");
vertex = new QAction(QIcon(":/images/Inkscape_icons_draw_ellipse.svg"), "Add Vertex");
edge = new QAction(QIcon(":/images/Inkscape_icons_draw_path.svg"), "Add Edge");
- crop = new QAction(QIcon(":/images/Inkscape_icons_draw_rectangle.svg"), "Bounding Box");
+ crop = new QAction(QIcon(":/images/crop.svg"), "Bounding Box");
tools->addAction(select);
tools->addAction(vertex);