summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 22ded60b3..0085d6549 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2234,7 +2234,7 @@ void DialogVerb::perform(SPAction *action, void *data)
dt->_dlg_mgr->showDialog("LivePathEffect");
break;
case SP_VERB_DIALOG_FILTER_EFFECTS:
- dt->_dlg_mgr->showDialog("FilterEffectsDialog");
+ dt->_dlg_mgr->showDialog("FilterEditorDialog");
break;
case SP_VERB_DIALOG_SVG_FONTS:
dt->_dlg_mgr->showDialog("SvgFontsDialog");