From 3f9aed81356fe0b69b77675b12195d5e8c9572ff Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Fri, 8 Jun 2007 01:53:08 +0000 Subject: Adds SelectAll stock icon. 2007-06-07 Diego Escalante Urrelo * src/ephy-history-window.c: * src/bookmarks/ephy-bookmarks-editor.c: Adds SelectAll stock icon. svn path=/trunk/; revision=7077 --- src/ephy-history-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 9f7d955b1..be227ca53 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -195,7 +195,7 @@ static const GtkActionEntry ephy_history_ui_entries [] = { { "Delete", GTK_STOCK_DELETE, N_("_Delete"), "T", N_("Delete the selected history link"), G_CALLBACK (cmd_delete) }, - { "SelectAll", NULL, N_("Select _All"), "A", + { "SelectAll", GTK_STOCK_SELECT_ALL, N_("Select _All"), "A", N_("Select all history links or text"), G_CALLBACK (cmd_select_all) }, { "Clear", GTK_STOCK_CLEAR, N_("Clear _History"), NULL, -- cgit v1.2.3