empathy r1212 - trunk/libempathy-gtk
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1212 - trunk/libempathy-gtk
- Date: Tue, 8 Jul 2008 17:32:54 +0000 (UTC)
Author: xclaesse
Date: Tue Jul 8 17:32:54 2008
New Revision: 1212
URL: http://svn.gnome.org/viewvc/empathy?rev=1212&view=rev
Log:
use SAVE_AS stock icon when saving the avatar (Guillaume Desmottes)
Modified:
trunk/libempathy-gtk/empathy-contact-widget.c
Modified: trunk/libempathy-gtk/empathy-contact-widget.c
==============================================================================
--- trunk/libempathy-gtk/empathy-contact-widget.c (original)
+++ trunk/libempathy-gtk/empathy-contact-widget.c Tue Jul 8 17:32:54 2008
@@ -445,7 +445,7 @@
/* Add "Save as..." entry */
item = gtk_image_menu_item_new_with_mnemonic (_("_Save As..."));
- image = gtk_image_new_from_icon_name (GTK_STOCK_SAVE, GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name (GTK_STOCK_SAVE_AS, GTK_ICON_SIZE_MENU);
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
gtk_widget_show (item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]