diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-11-10 02:08:46 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-11-10 02:08:46 +0000 |
| commit | ca1286aa677b5ff8d80fe274dfa3e759478570b3 (patch) | |
| tree | 36c7edfa575cea3d3bddfc4b034f7a35a8374ade /src/ui/tools/measure-tool.cpp | |
| parent | Fixing bugs on update to trunk (diff) | |
| parent | Revert unintentional change. (diff) | |
| download | inkscape-ca1286aa677b5ff8d80fe274dfa3e759478570b3.tar.gz inkscape-ca1286aa677b5ff8d80fe274dfa3e759478570b3.zip | |
Update to trunk
(bzr r11950.1.195)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tools/measure-tool.cpp (renamed from src/measure-context.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/measure-context.cpp b/src/ui/tools/measure-tool.cpp index 11161dc8f..0d823dfda 100644 --- a/src/measure-context.cpp +++ b/src/ui/tools/measure-tool.cpp @@ -30,8 +30,8 @@ #include "preferences.h" #include "inkscape.h" #include "desktop-handles.h" -#include "measure-context.h" -#include "draw-context.h" +#include "ui/tools/measure-tool.h" +#include "ui/tools/freehand-base.h" #include "display/canvas-text.h" #include "path-chemistry.h" #include "2geom/line.h" |
