diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2006-04-24 04:06:25 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2006-04-24 04:06:25 +0000 |
| commit | f18ccb4969b7f084d27c68e49feb084ce1434a8c (patch) | |
| tree | 1f99aa70f901601384805b7508d5e9f380b9ea89 /src/interface.cpp | |
| parent | Move contextual info to Stack (diff) | |
| download | inkscape-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.cpp | 2 |
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" |
