diff options
Diffstat (limited to 'src/extension/output.cpp')
| -rw-r--r-- | src/extension/output.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp index 51d58bc89..b4f483a91 100644 --- a/src/extension/output.cpp +++ b/src/extension/output.cpp @@ -187,7 +187,7 @@ Output::prefs () return true; } - PrefDialog * dialog = new PrefDialog(this->get_name(), this->get_help(), controls); + PrefDialog * dialog = new PrefDialog(this->get_name(), controls); int response = dialog->run(); dialog->hide(); |
