summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/select-tool.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-21 12:44:01 +0000
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-06-21 12:44:01 +0000
commitaaf63b4ad640441b73bcc82bc4a8e9ee05ebf1fd (patch)
tree34ea35069f9e2af084216cb33c8ec5971ea9448f /src/ui/tools/select-tool.cpp
parentMerge branch 'select-page' of gitlab.com:bobqwatson/inkscape (diff)
downloadinkscape-aaf63b4ad640441b73bcc82bc4a8e9ee05ebf1fd.tar.gz
inkscape-aaf63b4ad640441b73bcc82bc4a8e9ee05ebf1fd.zip
Move pixmaps to ui/pixmaps, and update the README accordingly.
Diffstat (limited to 'src/ui/tools/select-tool.cpp')
-rw-r--r--src/ui/tools/select-tool.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/tools/select-tool.cpp b/src/ui/tools/select-tool.cpp
index 90451e662..835bb6f94 100644
--- a/src/ui/tools/select-tool.cpp
+++ b/src/ui/tools/select-tool.cpp
@@ -44,9 +44,9 @@
#include "object/box3d.h"
#include "style.h"
-#include "pixmaps/cursor-select-d.xpm"
-#include "pixmaps/cursor-select-m.xpm"
-#include "pixmaps/handles.xpm"
+#include "ui/pixmaps/cursor-select-d.xpm"
+#include "ui/pixmaps/cursor-select-m.xpm"
+#include "ui/pixmaps/handles.xpm"
#include "ui/tools-switch.h"
#include "ui/tools/select-tool.h"