comparison src/gtkplugin.c @ 12276:b3652193d359

[gaim-migrate @ 14580] sadrul pointed out that this conflicted, he suggested P, I went with U to match Tools->Plugins, feel free to change it if you think that wasn't a good choice. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 30 Nov 2005 22:52:44 +0000
parents b7a51e68d0b8
children f17958be25ab
comparison
equal deleted inserted replaced
12275:0d6aeb831975 12276:b3652193d359
376 plugin_dialog = gtk_dialog_new_with_buttons(_("Plugins"), 376 plugin_dialog = gtk_dialog_new_with_buttons(_("Plugins"),
377 NULL, 377 NULL,
378 GTK_DIALOG_NO_SEPARATOR, 378 GTK_DIALOG_NO_SEPARATOR,
379 NULL); 379 NULL);
380 pref_button = gtk_dialog_add_button(GTK_DIALOG(plugin_dialog), 380 pref_button = gtk_dialog_add_button(GTK_DIALOG(plugin_dialog),
381 _("_Configure Plugin"), GAIM_RESPONSE_CONFIGURE); 381 _("Configure Pl_ugin"), GAIM_RESPONSE_CONFIGURE);
382 gtk_dialog_add_button(GTK_DIALOG(plugin_dialog), 382 gtk_dialog_add_button(GTK_DIALOG(plugin_dialog),
383 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); 383 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
384 gtk_widget_set_sensitive(pref_button, FALSE); 384 gtk_widget_set_sensitive(pref_button, FALSE);
385 gtk_window_set_role(GTK_WINDOW(plugin_dialog), "plugins"); 385 gtk_window_set_role(GTK_WINDOW(plugin_dialog), "plugins");
386 386