diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-11-09 22:36:13 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-11-09 22:36:13 +0000 |
| commit | c04e30df241a3ee039077425bab9b9c37abe2854 (patch) | |
| tree | 6b7904966a289832bca2636c3117c893592e5ddd /src/tweak-context.cpp | |
| parent | added missing translation flags and a small text change (diff) | |
| download | inkscape-c04e30df241a3ee039077425bab9b9c37abe2854.tar.gz inkscape-c04e30df241a3ee039077425bab9b9c37abe2854.zip | |
Moved and renamed some tool-related files.
(bzr r12785)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tools/tweak-tool.cpp (renamed from src/tweak-context.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tweak-context.cpp b/src/ui/tools/tweak-tool.cpp index 5129e152e..0791eff5a 100644 --- a/src/tweak-context.cpp +++ b/src/ui/tools/tweak-tool.cpp @@ -83,7 +83,7 @@ #include "filters/gaussian-blur.h" #include "verbs.h" -#include "tweak-context.h" +#include "ui/tools/tweak-tool.h" using Inkscape::DocumentUndo; |
