summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/effect.cpp')
-rw-r--r--src/extension/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp
index c10ad10bd..ae06ff073 100644
--- a/src/extension/effect.cpp
+++ b/src/extension/effect.cpp
@@ -250,7 +250,7 @@ Effect::prefs (Inkscape::UI::View::View * doc)
set_state(Extension::STATE_LOADED);
if (!loaded()) return false;
- _prefDialog = new PrefDialog(this->get_name(), this->get_help(), nullptr, this);
+ _prefDialog = new PrefDialog(this->get_name(), nullptr, this);
_prefDialog->show();
return true;