From 9284b3b9a8936ac973589bef2c3d791dae10efcf Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 20 Jun 2005 08:16:57 +0000 Subject: added 'Add to address book' to the context menu of textview. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@352 ee746299-78ed-0310-b773-934348b2243d --- src/mainwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.c') diff --git a/src/mainwindow.c b/src/mainwindow.c index 02612536..3af7d2dc 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -720,7 +720,7 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_Tools"), NULL, NULL, 0, ""}, {N_("/_Tools/_Address book"), "A", addressbook_open_cb, 0, NULL}, - {N_("/_Tools/Add sender to address boo_k"), + {N_("/_Tools/Add sender to address boo_k..."), NULL, add_address_cb, 0, NULL}, {N_("/_Tools/---"), NULL, NULL, 0, ""}, {N_("/_Tools/_Filter all messages in folder"), @@ -1825,7 +1825,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin) {"/Message/Set as not junk mail" , M_TARGET_EXIST|M_ALLOW_DELETE|M_ENABLE_JUNK}, {"/Message/Re-edit" , M_HAVE_ACCOUNT|M_ALLOW_REEDIT}, - {"/Tools/Add sender to address book" , M_SINGLE_TARGET_EXIST}, + {"/Tools/Add sender to address book...", M_SINGLE_TARGET_EXIST}, {"/Tools/Filter all messages in folder", M_MSG_EXIST|M_EXEC}, {"/Tools/Filter selected messages" , M_TARGET_EXIST|M_EXEC}, {"/Tools/Create filter rule" , M_SINGLE_TARGET_EXIST|M_UNLOCKED}, -- cgit v1.2.3