aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-08 02:29:22 +0800
committerXan Lopez <xan@igalia.com>2012-10-08 02:32:06 +0800
commit21caa3e6826f50e36ec3088c147e843dd34eedbb (patch)
tree3ba0f8a4bdfa7949a0776783602a5d1c676b3e3f
parent07e358c8487b6424cf5b10613584421b141b8fae (diff)
downloadgsoc2013-epiphany-21caa3e6826f50e36ec3088c147e843dd34eedbb.tar
gsoc2013-epiphany-21caa3e6826f50e36ec3088c147e843dd34eedbb.tar.gz
gsoc2013-epiphany-21caa3e6826f50e36ec3088c147e843dd34eedbb.tar.bz2
gsoc2013-epiphany-21caa3e6826f50e36ec3088c147e843dd34eedbb.tar.lz
gsoc2013-epiphany-21caa3e6826f50e36ec3088c147e843dd34eedbb.tar.xz
gsoc2013-epiphany-21caa3e6826f50e36ec3088c147e843dd34eedbb.tar.zst
gsoc2013-epiphany-21caa3e6826f50e36ec3088c147e843dd34eedbb.zip
Add 'History' item to the gear menu when not in the Shell
-rw-r--r--src/ephy-window.c4
-rw-r--r--src/resources/epiphany-ui.xml1
2 files changed, 3 insertions, 2 deletions
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"), "<shift><control>G", NULL,
G_CALLBACK (window_cmd_edit_find_prev) },
- { "EditBookmarks", NULL, N_("Edit _Bookmarks…"), "<control>B", NULL,
+ { "EditBookmarks", NULL, N_("Edit _Bookmarks"), "<control>B", NULL,
G_CALLBACK (window_cmd_edit_bookmarks) },
- { "EditHistory", NULL, N_("Edit _History…"), "<control>H", NULL,
+ { "EditHistory", NULL, N_("_History"), "<control>H", NULL,
G_CALLBACK (window_cmd_edit_history) },
{ "EditPreferences", NULL, N_("Preferences"), "<control>e", NULL,
G_CALLBACK (window_cmd_edit_preferences) },
diff --git a/src/resources/epiphany-ui.xml b/src/resources/epiphany-ui.xml
index 5a2446c6c..8b117c7a2 100644
--- a/src/resources/epiphany-ui.xml
+++ b/src/resources/epiphany-ui.xml
@@ -84,6 +84,7 @@
<menuitem name="EditPreferencesMenu" action="EditPreferences"/>
<menuitem name="EditPersonalDataMenu" action="EditPersonalData"/>
<separator name="FileSep5"/>
+ <menuitem name="HistoryEditMenu" action="EditHistory"/>
<menuitem name="BookmarksEditMenu" action="EditBookmarks"/>
<menu name="BookmarksMenu" action="Bookmarks">
<menuitem name="BookmarksAddBookmarkMenu" action="FileBookmarkPage"/>