summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-03-29 05:44:38 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-03-29 05:44:38 +0000
commit6421aba831995c50c8fea9b96a03eb25c645d7ad (patch)
tree5596782375046c680a6a72d8b1e248b13d224972 /src/extension/prefdialog.cpp
parentr11142@tres: ted | 2006-03-27 21:52:50 -0800 (diff)
downloadinkscape-6421aba831995c50c8fea9b96a03eb25c645d7ad.tar.gz
inkscape-6421aba831995c50c8fea9b96a03eb25c645d7ad.zip
r11143@tres: ted | 2006-03-27 21:54:21 -0800
Hiding the button for the extension editor and the help button on the preferences dialogs. While they are marginially useful now, I've had too much of this code on my machine for too long. I'd like to have more of it see the light of day, and protect it from thigns like crashes. Defeats the point of Open Source if everything is just sitting on my harddrive. (bzr r361)
Diffstat (limited to 'src/extension/prefdialog.cpp')
-rw-r--r--src/extension/prefdialog.cpp2
1 files changed, 2 insertions, 0 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);