summaryrefslogtreecommitdiffstats
path: root/src/extension/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/input.cpp')
-rw-r--r--src/extension/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/input.cpp b/src/extension/input.cpp
index 081cc4fb2..68eb31e7b 100644
--- a/src/extension/input.cpp
+++ b/src/extension/input.cpp
@@ -237,7 +237,7 @@ Input::prefs (const gchar *uri)
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();