diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-06-21 18:17:22 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-06-21 18:17:22 +0000 |
| commit | 46470b0df9c85759eb530b55f756388a5c51d5f6 (patch) | |
| tree | ddcf75341bf40f5d34bd77d1a37bbddfef680c78 /src/ui/tools/arc-tool.cpp | |
| parent | Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline... (diff) | |
| parent | Move pixmaps to ui/pixmaps, and update the README accordingly. (diff) | |
| download | inkscape-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.cpp | 2 |
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" |
