summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/dropper-tool.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-06-21 18:17:22 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-06-21 18:17:22 +0000
commit46470b0df9c85759eb530b55f756388a5c51d5f6 (patch)
treeddcf75341bf40f5d34bd77d1a37bbddfef680c78 /src/ui/tools/dropper-tool.cpp
parentIgnore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline... (diff)
parentMove pixmaps to ui/pixmaps, and update the README accordingly. (diff)
downloadinkscape-46470b0df9c85759eb530b55f756388a5c51d5f6.tar.gz
inkscape-46470b0df9c85759eb530b55f756388a5c51d5f6.zip
Merge branch 'move-pixmaps' of gitlab.com:linkmauve/inkscape
Diffstat (limited to 'src/ui/tools/dropper-tool.cpp')
-rw-r--r--src/ui/tools/dropper-tool.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/tools/dropper-tool.cpp b/src/ui/tools/dropper-tool.cpp
index d11ed1d83..c0be19479 100644
--- a/src/ui/tools/dropper-tool.cpp
+++ b/src/ui/tools/dropper-tool.cpp
@@ -40,10 +40,10 @@
#include "object/sp-namedview.h"
-#include "pixmaps/cursor-dropper-f.xpm"
-#include "pixmaps/cursor-dropper-s.xpm"
-#include "pixmaps/cursor-dropping-f.xpm"
-#include "pixmaps/cursor-dropping-s.xpm"
+#include "ui/pixmaps/cursor-dropper-f.xpm"
+#include "ui/pixmaps/cursor-dropper-s.xpm"
+#include "ui/pixmaps/cursor-dropping-f.xpm"
+#include "ui/pixmaps/cursor-dropping-s.xpm"
#include "svg/svg-color.h"