diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-21 12:44:01 +0000 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-21 12:44:01 +0000 |
| commit | aaf63b4ad640441b73bcc82bc4a8e9ee05ebf1fd (patch) | |
| tree | 34ea35069f9e2af084216cb33c8ec5971ea9448f /src/ui/tools/pen-tool.cpp | |
| parent | Merge branch 'select-page' of gitlab.com:bobqwatson/inkscape (diff) | |
| download | inkscape-aaf63b4ad640441b73bcc82bc4a8e9ee05ebf1fd.tar.gz inkscape-aaf63b4ad640441b73bcc82bc4a8e9ee05ebf1fd.zip | |
Move pixmaps to ui/pixmaps, and update the README accordingly.
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tools/pen-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index e7301152f..9ea403b09 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -42,7 +42,7 @@ #include "object/sp-path.h" -#include "pixmaps/cursor-pen.xpm" +#include "ui/pixmaps/cursor-pen.xpm" #include "ui/control-manager.h" #include "ui/draw-anchor.h" |
