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/verbs.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/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 04a49f37c..5a0540776 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1725,6 +1725,9 @@ DialogVerb::perform(SPAction *action, void *data, void *pdata) case SP_VERB_DIALOG_LAYERS: show_panel( Inkscape::UI::Dialogs::LayersPanel::getInstance(), "dialogs.layers", SP_VERB_DIALOG_LAYERS ); break; + case SP_VERB_DIALOG_FILTER_EFFECTS: + dt->_dlg_mgr->showDialog("FilterEffectsDialog"); + break; default: break; } @@ -2500,6 +2503,8 @@ Verb *Verb::_base_verbs[] = { N_("Query information about extensions"), NULL), new DialogVerb(SP_VERB_DIALOG_LAYERS, "DialogLayers", N_("Layer_s..."), N_("View Layers"), "layers"), + new DialogVerb(SP_VERB_DIALOG_FILTER_EFFECTS, "DialogFilterEffects", N_("Filter Effects..."), + N_("Manage SVG filter effects"), NULL), /* Help */ new HelpVerb(SP_VERB_HELP_KEYS, "HelpKeys", N_("_Keys and Mouse"), |
