aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index cea892ae3..603096792 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -298,7 +298,12 @@ static const GtkToggleActionEntry ephy_menu_toggle_entries [] =
};
static const GtkActionEntry ephy_popups_entries [] = {
+ /* Document */
+ { "ContextBookmarkPage", STOCK_ADD_BOOKMARK, N_("Add Boo_kmarkā€¦"), "<control>D",
+ N_("Add a bookmark for the current page"),
+ G_CALLBACK (window_cmd_file_bookmark_page) },
+
/* Framed document */
{ "OpenFrame", NULL, N_("Show Only _This Frame"), NULL,