diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 8f4678d99..aeff35da7 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -171,6 +171,9 @@ static const GtkActionEntry ephy_menu_entries [] = { { "EditPaste", GTK_STOCK_PASTE, N_("_Paste"), "<control>V", N_("Paste clipboard"), G_CALLBACK (window_cmd_edit_paste) }, + { "EditDelete", GTK_STOCK_DELETE, NULL, NULL, + N_("Delete text"), + G_CALLBACK (window_cmd_edit_delete) }, { "EditSelectAll", NULL, N_("Select _All"), "<control>A", N_("Select the entire page"), G_CALLBACK (window_cmd_edit_select_all) }, |