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/ui/tools/rect-tool.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/rect-tool.cpp (renamed from src/rect-context.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rect-context.cpp b/src/ui/tools/rect-tool.cpp index 95a7f1f2d..263fdea84 100644 --- a/src/rect-context.cpp +++ b/src/ui/tools/rect-tool.cpp @@ -34,7 +34,7 @@ #include "desktop-style.h" #include "message-context.h" #include "pixmaps/cursor-rect.xpm" -#include "rect-context.h" +#include "ui/tools/rect-tool.h" #include <glibmm/i18n.h> #include "xml/repr.h" #include "xml/node-event-vector.h" |
