diff --git a/gnome/ChangeLog b/gnome/ChangeLog index 4395c2cdb..f018e0f57 100644 --- a/gnome/ChangeLog +++ b/gnome/ChangeLog @@ -1,3 +1,8 @@ +1999-04-12 Tuomas Kuosmanen + + * glayout.c: Changed the stock icon for File->Delete to + GNOME_STOCK_PIXMAP_TRASH (the trashcan) + 1999-04-09 Federico Mena Quintero * gscreen.c (panel_icon_list_button_press): Ignore double clicks. diff --git a/gnome/glayout.c b/gnome/glayout.c index 273c0ee92..399e994df 100644 --- a/gnome/glayout.c +++ b/gnome/glayout.c @@ -382,7 +382,7 @@ GnomeUIInfo gnome_panel_file_menu [] = { GNOMEUIINFO_MENU_OPEN_ITEM(gnome_open_files, NULL), /* GNOMEUIINFO_ITEM_NONE(N_("Open _FTP site"), N_("Opens an FTP site"), ftplink_cmd },*/ GNOMEUIINFO_ITEM_STOCK(N_("_Copy..."), N_("Copy files"), copy_cmd, GNOME_STOCK_PIXMAP_COPY), - GNOMEUIINFO_ITEM_STOCK(N_("_Delete..."), N_("Delete files"), delete_cmd, GNOME_STOCK_PIXMAP_REMOVE), + GNOMEUIINFO_ITEM_STOCK(N_("_Delete..."), N_("Delete files"), delete_cmd, GNOME_STOCK_PIXMAP_TRASH), GNOMEUIINFO_ITEM_NONE(N_("_Move..."), N_("Rename or move files"), ren_cmd), GNOMEUIINFO_SEPARATOR, GNOMEUIINFO_ITEM_NONE(N_("Show directory sizes"), N_("Shows the disk space used by each directory"), dirsizes_cmd),