summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/arc-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/arc-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/arc-tool.cpp')
-rw-r--r--src/ui/tools/arc-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/arc-tool.cpp b/src/ui/tools/arc-tool.cpp
index e0378ff03..dc3f0db0f 100644
--- a/src/ui/tools/arc-tool.cpp
+++ b/src/ui/tools/arc-tool.cpp
@@ -40,7 +40,7 @@
#include "object/sp-ellipse.h"
#include "object/sp-namedview.h"
-#include "pixmaps/cursor-ellipse.xpm"
+#include "ui/pixmaps/cursor-ellipse.xpm"
#include "ui/tools/arc-tool.h"
#include "ui/shape-editor.h"