From 6823dea398d034bce1a5ad849b08a2fe77737a3a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 29 Mar 2006 05:38:37 +0000 Subject: r10921@tres: ted | 2006-02-13 09:40:25 -0800 Adding in support for a 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) --- src/extension/effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/effect.cpp') 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(); -- cgit v1.2.3