diff options
| author | MenTaLguY <mental@rydia.net> | 2007-06-24 18:42:18 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-06-24 18:42:18 +0000 |
| commit | 76c45c245203714154525b3847af05dbd6ec4fb6 (patch) | |
| tree | baa78a89a82b4ee2520f72830f44c6c5d2c23d7f /src/ui/view/edit-widget.cpp | |
| parent | merge OpenFont license support (diff) | |
| download | inkscape-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.cpp | 3 |
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"))); |
