Code

Got images working correctly
[inkscape.git] / src / extension / prefdialog.cpp
index f4f6691edee23098929083bec9a6a6f52f75cb69..f1bfc67f2859b26fe671f5d9e91b55e28bd95cfb 100644 (file)
@@ -13,7 +13,6 @@
 #include "../dialogs/dialog-events.h"
 
 #include "prefdialog.h"
-#include "helpdialog.h"
 
 namespace Inkscape {
 namespace Extension {
@@ -67,9 +66,7 @@ PrefDialog::run (void) {
     while (resp == Gtk::RESPONSE_HELP) {
         resp = Gtk::Dialog::run();
         if (resp == Gtk::RESPONSE_HELP) {
-            HelpDialog help(_name, _help);
-            help.run();
-            help.hide();
+
         }
     }
     return resp;