diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-21 21:27:36 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-21 21:27:36 +0000 |
| commit | 9d988ddaffebc520b9a781236d112bbba392f714 (patch) | |
| tree | ddbd0257f97ebf153830628cc9b54706651745e2 /src/ui/tool/path-manipulator.cpp | |
| parent | Fixed bug whith maps (diff) | |
| parent | Fix a bug in multi-path-manipulator and finish bspline refactor (diff) | |
| download | inkscape-9d988ddaffebc520b9a781236d112bbba392f714.tar.gz inkscape-9d988ddaffebc520b9a781236d112bbba392f714.zip | |
update to trunk
(bzr r13645.1.50)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/path-manipulator.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index 00e18dd3f..49991c75f 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -21,7 +21,7 @@ #include <2geom/bezier-curve.h> #include <2geom/bezier-utils.h> #include <2geom/path-sink.h> - +#include <glibmm/i18n.h> #include "ui/tool/path-manipulator.h" #include "desktop.h" @@ -45,7 +45,6 @@ #include "ui/tool/multi-path-manipulator.h" #include "xml/node.h" #include "xml/node-observer.h" -#include <glibmm/i18n.h> namespace Inkscape { namespace UI { |
