From 4c48ea847fb7f5fa5f8bc48cc6f8d75ec5d738ae Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Thu, 26 Sep 2002 21:50:37 +0000 Subject: [PATCH] Oops ! --- src/mainwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainwindow.c b/src/mainwindow.c index 57b3dd1f3..be48271cd 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -835,8 +835,8 @@ static GtkItemFactoryEntry replyall_popup_entries[] = }; static GtkItemFactoryEntry replylist_popup_entries[] = { - {N_("/Reply to list with _quote"), "A", reply_cb, COMPOSE_REPLY_TO_LIST_WITH_QUOTE, NULL}, - {N_("/_Reply to list without quote"), "a", reply_cb, COMPOSE_REPLY_TO_LIST_WITHOUT_QUOTE, NULL} + {N_("/Reply to list with _quote"), NULL, reply_cb, COMPOSE_REPLY_TO_LIST_WITH_QUOTE, NULL}, + {N_("/_Reply to list without quote"), NULL, reply_cb, COMPOSE_REPLY_TO_LIST_WITHOUT_QUOTE, NULL} }; static GtkItemFactoryEntry replysender_popup_entries[] = { -- 2.25.1