# HG changeset patch # User Mark Doliner # Date 1130302416 0 # Node ID 9ca386c15ffe1d4419472a2b2098139d695ac848 # Parent 386ec55b6a155543557ad4309534469ec412e11a [gaim-migrate @ 14123] Change the text and icon of the saved status "Apply" button to read "Use" and display the gtk stock execute icon committer: Tailor Script diff -r 386ec55b6a15 -r 9ca386c15ffe src/gtksavedstatuses.c --- a/src/gtksavedstatuses.c Wed Oct 26 02:28:55 2005 +0000 +++ b/src/gtksavedstatuses.c Wed Oct 26 04:53:36 2005 +0000 @@ -474,7 +474,8 @@ /* Use button */ /* TODO: It might be better if the button said "Use" or "Activate" */ - button = gtk_button_new_from_stock(GTK_STOCK_APPLY); + button = gaim_pixbuf_button_from_stock(_("_Use"), GTK_STOCK_EXECUTE, + GAIM_BUTTON_HORIZONTAL); dialog->use_button = button; gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); gtk_widget_set_sensitive(button, FALSE);