From 21caa3e6826f50e36ec3088c147e843dd34eedbb Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 7 Oct 2012 14:29:22 -0400 Subject: Add 'History' item to the gear menu when not in the Shell --- src/ephy-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index ad40ad7d5..dd85df737 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -137,9 +137,9 @@ static const GtkActionEntry ephy_menu_entries [] = { G_CALLBACK (window_cmd_edit_find_next) }, { "EditFindPrev", NULL, N_("Find Pre_vious"), "G", NULL, G_CALLBACK (window_cmd_edit_find_prev) }, - { "EditBookmarks", NULL, N_("Edit _Bookmarks…"), "B", NULL, + { "EditBookmarks", NULL, N_("Edit _Bookmarks"), "B", NULL, G_CALLBACK (window_cmd_edit_bookmarks) }, - { "EditHistory", NULL, N_("Edit _History…"), "H", NULL, + { "EditHistory", NULL, N_("_History"), "H", NULL, G_CALLBACK (window_cmd_edit_history) }, { "EditPreferences", NULL, N_("Preferences"), "e", NULL, G_CALLBACK (window_cmd_edit_preferences) }, -- cgit