src/dialogs.c

changeset 756
903382ac1d69
parent 754
84b82b12dba9
child 766
3533f60a4c10
--- a/src/dialogs.c	Thu Aug 24 17:44:09 2000 +0000
+++ b/src/dialogs.c	Thu Aug 24 17:55:04 2000 +0000
@@ -782,7 +782,7 @@
         if (c != NULL) {
 		GtkWidget *parent = c->add_button->parent;
 		gtk_widget_destroy(c->add_button);
-		c->add_button = picture_button(c->window, NULL, gnome_remove_xpm);
+		c->add_button = picture_button2(c->window, _("Remove"), gnome_remove_xpm, display_options & OPT_DISP_CONV_SHOW_TEXT);
 		gtk_signal_connect(GTK_OBJECT(c->add_button), "clicked", GTK_SIGNAL_FUNC(add_callback), c);
 		gtk_box_pack_end(GTK_BOX(parent), c->add_button, FALSE, FALSE, 0);
 		gtk_box_reorder_child(GTK_BOX(parent), c->add_button, 1);

mercurial