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/tool-base.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/tool-base.cpp (renamed from src/event-context.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event-context.cpp b/src/ui/tools/tool-base.cpp index 70502ca64..c123aec27 100644 --- a/src/event-context.cpp +++ b/src/ui/tools/tool-base.cpp @@ -24,7 +24,7 @@ #include "shortcuts.h" #include "file.h" -#include "event-context.h" +#include "ui/tools/tool-base.h" #include <string.h> #include <gdk/gdkkeysyms.h> @@ -52,7 +52,7 @@ #include "attributes.h" #include "rubberband.h" #include "selcue.h" -#include "lpe-tool-context.h" +#include "ui/tools/lpe-tool.h" #include "ui/tool/control-point.h" #include "shape-editor.h" #include "sp-guide.h" |
