summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/extension/prefdialog.cpp2
-rw-r--r--src/menus-skeleton.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp
index c9d32c7e2..f4f6691ed 100644
--- a/src/extension/prefdialog.cpp
+++ b/src/extension/prefdialog.cpp
@@ -35,9 +35,11 @@ PrefDialog::PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * co
hbox->show();
this->get_vbox()->pack_start(*hbox, true, true, 6);
+ /*
Gtk::Button * help_button = add_button(Gtk::Stock::HELP, Gtk::RESPONSE_HELP);
if (_help == NULL)
help_button->set_sensitive(false);
+ */
add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
Gtk::Button * ok = add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK);
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h
index b8a672350..9f6e74fbc 100644
--- a/src/menus-skeleton.h
+++ b/src/menus-skeleton.h
@@ -247,7 +247,7 @@ static char const menus_skeleton[] =
" <verb verb-id=\"TutorialsDesign\" />\n"
" <verb verb-id=\"TutorialsTips\" />\n"
" </submenu>\n"
-" <verb verb-id=\"org.inkscape.dialogs.extensioneditor\" />\n"
+//" <verb verb-id=\"org.inkscape.dialogs.extensioneditor\" />\n"
" <verb verb-id=\"HelpAboutMemory\" />\n"
" <verb verb-id=\"HelpAbout\" />\n"
//" <verb verb-id=\"ShowLicense\" />\n"