summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2006-04-24 04:06:25 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2006-04-24 04:06:25 +0000
commitf18ccb4969b7f084d27c68e49feb084ce1434a8c (patch)
tree1f99aa70f901601384805b7508d5e9f380b9ea89 /src/interface.cpp
parentMove contextual info to Stack (diff)
downloadinkscape-f18ccb4969b7f084d27c68e49feb084ce1434a8c.tar.gz
inkscape-f18ccb4969b7f084d27c68e49feb084ce1434a8c.zip
moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & context-menu.h, also updated make_insert with change
(bzr r579)
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index 2a2cba4d0..1c7baf413 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -33,7 +33,7 @@
#include "file.h"
#include "interface.h"
#include "desktop.h"
-#include "object-ui.h"
+#include "ui/context-menu.h"
#include "selection.h"
#include "selection-chemistry.h"
#include "svg-view-widget.h"