diff options
Diffstat (limited to 'src/extension/effect.cpp')
| -rw-r--r-- | src/extension/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index 8c7fad2c9..55cf42b2f 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -189,7 +189,7 @@ Effect::prefs (Inkscape::UI::View::View * doc) return true; } - PrefDialog * dialog = new PrefDialog(this->get_name(), controls); + PrefDialog * dialog = new PrefDialog(this->get_name(), this->get_help(), controls); int response = dialog->run(); dialog->hide(); |
