summaryrefslogtreecommitdiffstats
path: root/src/extension/output.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/output.cpp')
-rw-r--r--src/extension/output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp
index 5f740bbff..eb3f85ed8 100644
--- a/src/extension/output.cpp
+++ b/src/extension/output.cpp
@@ -182,7 +182,7 @@ Output::prefs (void)
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();