summaryrefslogtreecommitdiffstats
path: root/src/ui/view/edit-widget.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-06-24 18:42:18 +0000
committermental <mental@users.sourceforge.net>2007-06-24 18:42:18 +0000
commit76c45c245203714154525b3847af05dbd6ec4fb6 (patch)
treebaa78a89a82b4ee2520f72830f44c6c5d2c23d7f /src/ui/view/edit-widget.cpp
parentmerge OpenFont license support (diff)
downloadinkscape-76c45c245203714154525b3847af05dbd6ec4fb6.tar.gz
inkscape-76c45c245203714154525b3847af05dbd6ec4fb6.zip
initial filter UI code drop from Nick
(bzr r3095)
Diffstat (limited to 'src/ui/view/edit-widget.cpp')
-rw-r--r--src/ui/view/edit-widget.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/view/edit-widget.cpp b/src/ui/view/edit-widget.cpp
index ca298cd5d..8e423c8fb 100644
--- a/src/ui/view/edit-widget.cpp
+++ b/src/ui/view/edit-widget.cpp
@@ -635,6 +635,9 @@ EditWidget::initMenuActions()
Stock::OBJECT_PROPERTIES),
sigc::mem_fun(*this, &EditWidget::onDialogObjectProperties));
+ _act_grp->add(Gtk::Action::create("FilterEffects",
+ Stock::FILTER_EFFECTS));
+
_act_grp->add(Gtk::Action::create("Group",
Stock::GROUP, Glib::ustring(),
_("PLACEHOLDER, do not translate")));