aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
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"), "<control>T",
N_("Delete the selected history link"),
G_CALLBACK (cmd_delete) },
- { "SelectAll", NULL, N_("Select _All"), "<control>A",
+ { "SelectAll", GTK_STOCK_SELECT_ALL, N_("Select _All"), "<control>A",
N_("Select all history links or text"),
G_CALLBACK (cmd_select_all) },
{ "Clear", GTK_STOCK_CLEAR, N_("Clear _History"), NULL,