More than on accel key is a tad confusing.

2001-06-20  Kjartan Maraas  <kmaraas@gnome.org>

	* folder-browser.c: More than on accel key is a tad
	confusing.

svn path=/trunk/; revision=10328
This commit is contained in:
Kjartan Maraas
2001-06-20 12:07:08 +00:00
committed by Kjartan Maraas
parent 3c1454113a
commit 81f97ede63
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-06-20 Kjartan Maraas <kmaraas@gnome.org>
* folder-browser.c: More than on accel key is a tad
confusing.
2001-06-19 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c: #include "folder-browser-factory.h"

View File

@ -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 },