summaryrefslogtreecommitdiffstats
path: root/src/extension/output.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-03-29 05:38:37 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-03-29 05:38:37 +0000
commit6823dea398d034bce1a5ad849b08a2fe77737a3a (patch)
tree50fc794019b7215bf2b9edce7e53317e55cb4548 /src/extension/output.cpp
parentr10920@tres: ted | 2006-02-13 09:38:31 -0800 (diff)
downloadinkscape-6823dea398d034bce1a5ad849b08a2fe77737a3a.tar.gz
inkscape-6823dea398d034bce1a5ad849b08a2fe77737a3a.zip
r10921@tres: ted | 2006-02-13 09:40:25 -0800
Adding in support for a <help> tag in the base extension part of the INX file. Currently that just gets passed to the prefdialog, but it will be used in a little while. (bzr r334)
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();