aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-10 08:52:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-10 08:52:51 +0000
commit4d8cd49f297aa2a9facf5b20f253eb5058533fad (patch)
treed6410cbfb79eb83df1d3acc4f193be2f5d509015 /src/mainwindow.c
parent82253780e85a6f011128ff3094294d9b16bf06f8 (diff)
repositioned the 'Delete' menu and added a separator to prevent accidental selection.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@881 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index e811f4b9..d9d8a1db 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -708,7 +708,6 @@ static GtkItemFactoryEntry mainwin_entries[] =
{N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Message/M_ove..."), "<control>O", move_to_cb, 0, NULL},
{N_("/_Message/_Copy..."), "<shift><control>O", copy_to_cb, 0, NULL},
- {N_("/_Message/_Delete"), "<control>D", delete_cb, 0, NULL},
{N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Message/_Mark"), NULL, NULL, 0, "<Branch>"},
{N_("/_Message/_Mark/_Mark"), "<shift>asterisk", mark_cb, 0, NULL},
@@ -719,6 +718,8 @@ static GtkItemFactoryEntry mainwin_entries[] =
NULL, mark_as_read_cb, 0, NULL},
{N_("/_Message/_Mark/Mark all _read"), NULL, mark_all_read_cb, 0, NULL},
{N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
+ {N_("/_Message/_Delete"), "<control>D", delete_cb, 0, NULL},
+ {N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Message/Set as _junk mail"), "<control>J", junk_cb, 0, NULL},
{N_("/_Message/Set as not j_unk mail"), "<shift><control>J", junk_cb, 1, NULL},
{N_("/_Message/---"), NULL, NULL, 0, "<Separator>"},