From 59de82044a9cadb85a9cf414159d3f4e2bbecc16 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 16 Mar 2011 04:12:26 +0000 Subject: changed keyboard shortcut of File/Send to prevent accidental sending. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2853 ee746299-78ed-0310-b773-934348b2243d --- src/compose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compose.c') diff --git a/src/compose.c b/src/compose.c index 9a072d2a..79e1fce9 100644 --- a/src/compose.c +++ b/src/compose.c @@ -576,7 +576,7 @@ static GtkItemFactoryEntry compose_popup_entries[] = static GtkItemFactoryEntry compose_entries[] = { {N_("/_File"), NULL, NULL, 0, ""}, - {N_("/_File/_Send"), "Return", + {N_("/_File/_Send"), "E", compose_send_cb, 0, NULL}, {N_("/_File/Send _later"), "S", compose_send_later_cb, 0, NULL}, -- cgit v1.2.3