From 81f97ede63bbbc7843f91b35799ae2d87ec59604 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 20 Jun 2001 12:07:08 +0000 Subject: More than on accel key is a tad confusing. 2001-06-20 Kjartan Maraas * folder-browser.c: More than on accel key is a tad confusing. svn path=/trunk/; revision=10328 --- mail/ChangeLog | 5 +++++ mail/folder-browser.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index a28c8d787e..d7d6be9407 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-06-20 Kjartan Maraas + + * folder-browser.c: More than on accel key is a tad + confusing. + 2001-06-19 Jeffrey Stedfast * mail-display.c: #include "folder-browser-factory.h" diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 3dda5dc45a..a796063540 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -890,7 +890,7 @@ static EPopupMenu context_menu[] = { { N_("_Reply to Sender"), NULL, GTK_SIGNAL_FUNC (reply_to_sender), NULL, 0 }, - { N_("_Reply to _List"), NULL, + { N_("Reply to _List"), NULL, GTK_SIGNAL_FUNC (reply_to_list), NULL, 0 }, { N_("Reply to _All"), NULL, GTK_SIGNAL_FUNC (reply_to_all), NULL, 0 }, -- cgit