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/node-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/node-tool.cpp')
| -rw-r--r-- | src/ui/tools/node-tool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/node-tool.cpp b/src/ui/tools/node-tool.cpp index 3ec40d086..516839315 100644 --- a/src/ui/tools/node-tool.cpp +++ b/src/ui/tools/node-tool.cpp @@ -38,8 +38,8 @@ #include "object/sp-shape.h" #include "object/sp-text.h" -#include "pixmaps/cursor-node-d.xpm" -#include "pixmaps/cursor-node.xpm" +#include "ui/pixmaps/cursor-node-d.xpm" +#include "ui/pixmaps/cursor-node.xpm" #include "ui/control-manager.h" #include "ui/shape-editor.h" // temporary! |
