Code

move %%EOF to end of output document
[inkscape.git] / src / extension / output.cpp
index 5f740bbff0727e14a99e6c2937cc4cd37553620e..eb3f85ed8a60708adba492176e4b6765c8815079 100644 (file)
@@ -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();