aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-08-22 03:23:10 +0800
committerChristian Persch <chpe@src.gnome.org>2006-08-22 03:23:10 +0800
commitc1212c685cc63dbc037b82898251ce37a22eb9f5 (patch)
treecac61e6b05fc2055b572f1be67003afce7298aef /src
parent6a6e9664f23c2a5eb4e6d477f1f6f2d55aa37bd0 (diff)
downloadgsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar
gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.gz
gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.bz2
gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.lz
gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.xz
gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.tar.zst
gsoc2013-epiphany-c1212c685cc63dbc037b82898251ce37a22eb9f5.zip
=== Release 2.15.92 ===RELEASE_2_15_92
2006-08-21 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.92 === * NEWS: * configure.ac: Updated for 2.15.92. * embed/mozilla/EphyAboutModule.cpp: Use escaped URL for about:recover. Fixes bug #351296. * src/ephy-window.c: Remove shortcut for SendPage.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 5f11553aa..21e4f7f7e 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -147,7 +147,7 @@ static const GtkActionEntry ephy_menu_entries [] = {
{ "FilePrint", GTK_STOCK_PRINT, N_("_Print..."), "<control>P",
N_("Print the current page"),
G_CALLBACK (window_cmd_file_print) },
- { "FileSendTo", STOCK_SEND_MAIL, N_("S_end Link by Email..."), "<control>M",
+ { "FileSendTo", STOCK_SEND_MAIL, N_("S_end Link by Email..."), NULL,
N_("Send a link of the current page"),
G_CALLBACK (window_cmd_file_send_to) },
{ "FileCloseTab", GTK_STOCK_CLOSE, N_("_Close"), "<control>W",