aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-20 08:16:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-20 08:16:57 +0000
commit9284b3b9a8936ac973589bef2c3d791dae10efcf (patch)
treee1a8c138b93ed22f6f99143b06b25c619883be43 /src/mainwindow.c
parent2ddca31aaa249de33cf057487420f0ff56cb11a0 (diff)
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
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
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, "<Branch>"},
{N_("/_Tools/_Address book"), "<shift><control>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, "<Separator>"},
{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},