Code

Fixing hash sort for null
[inkscape.git] / src / extension / input.cpp
index 081cc4fb29a1ae524e0f30d53844a12472667f64..68eb31e7bb0acfc0f6cd9d1cb851a9dd7c7d6492 100644 (file)
@@ -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();