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/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/input.cpp') 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(); -- cgit v1.2.3