summaryrefslogtreecommitdiffstats
path: root/src/object-ui.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/object-ui.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 '')
-rw-r--r--src/ui/context-menu.cpp (renamed from src/object-ui.cpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object-ui.cpp b/src/ui/context-menu.cpp
index 23c9ece5b..a86ce2ddc 100644
--- a/src/object-ui.cpp
+++ b/src/ui/context-menu.cpp
@@ -1,4 +1,4 @@
-#define __SP_OBJECT_UI_C__
+#define __CONTEXT_MENU_C__
/*
* Unser-interface related object extension
@@ -13,8 +13,8 @@
# include "config.h"
#endif
-#include "object-ui.h"
-#include "xml/repr.h"
+#include "context-menu.h"
+#include "../xml/repr.h"
static void sp_object_type_menu(GType type, SPObject *object, SPDesktop *desktop, GtkMenu *menu);