Mercurial > pidgin
changeset 11832:9ca386c15ffe
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 26 Oct 2005 04:53:36 +0000 |
parents | 386ec55b6a15 |
children | 9d3ab7919ee0 |
files | src/gtksavedstatuses.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);