aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-12 08:15:17 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-12 08:15:17 +0800
commit7ff7ebc89194f56a7b6bf66e852112e36ae81b0d (patch)
treec92af7b2c81195f790d43444af3aa27187ae6208 /src/ephy-window.c
parent6194bb0a843bf6f1e4b0a81aa66fcb537bc237f9 (diff)
downloadgsoc2013-epiphany-7ff7ebc89194f56a7b6bf66e852112e36ae81b0d.tar
gsoc2013-epiphany-7ff7ebc89194f56a7b6bf66e852112e36ae81b0d.tar.gz
gsoc2013-epiphany-7ff7ebc89194f56a7b6bf66e852112e36ae81b0d.tar.bz2
gsoc2013-epiphany-7ff7ebc89194f56a7b6bf66e852112e36ae81b0d.tar.lz
gsoc2013-epiphany-7ff7ebc89194f56a7b6bf66e852112e36ae81b0d.tar.xz
gsoc2013-epiphany-7ff7ebc89194f56a7b6bf66e852112e36ae81b0d.tar.zst
gsoc2013-epiphany-7ff7ebc89194f56a7b6bf66e852112e36ae81b0d.zip
Add shortcut to Send To menuitem, as per HIG. Fixes bug #148655.
2004-11-12 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Add shortcut to Send To menuitem, as per HIG. Fixes bug #148655.
Diffstat (limited to 'src/ephy-window.c')
-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 f0c2455a9..588d1094f 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -121,7 +121,7 @@ static 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 To..."), NULL,
+ { "FileSendTo", STOCK_SEND_MAIL, N_("S_end To..."), "<control>M",
N_("Send a link of the current page"),
G_CALLBACK (window_cmd_file_send_to) },
{ "FileCloseWindow", GTK_STOCK_CLOSE, N_("_Close"), "<control>W",