From 21763469a3022db9f29fda362df3ab36d3167bc1 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sun, 24 Mar 2002 10:31:47 +0000 Subject: [PATCH] fix style irregularities --- src/mainwindow.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mainwindow.c b/src/mainwindow.c index 78d9d4868..e43374793 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -664,9 +664,9 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_Message/_Mark/Mark all _read"), NULL, mark_all_read_cb, 0, NULL}, {N_("/_Tools"), NULL, NULL, 0, ""}, - {N_("/_Tools/_Selective download"), "S", sel_download_cb, 0, NULL}, + {N_("/_Tools/_Selective download..."), "S", sel_download_cb, 0, NULL}, {N_("/_Tools/---"), NULL, NULL, 0, ""}, - {N_("/_Tools/_Address book"), "A", addressbook_open_cb, 0, NULL}, + {N_("/_Tools/_Address book..."), "A", addressbook_open_cb, 0, NULL}, {N_("/_Tools/Add sender to address boo_k"), NULL, add_address_cb, 0, NULL}, {N_("/_Tools/_Gather addresses..."), NULL, addr_gather_cb, 0, NULL}, @@ -696,9 +696,9 @@ static GtkItemFactoryEntry mainwin_entries[] = NULL, prefs_common_open_cb, 0, NULL}, {N_("/_Configuration/_Filter setting..."), NULL, prefs_filter_open_cb, 0, NULL}, - {N_("/_Configuration/_Scoring ..."), + {N_("/_Configuration/_Scoring..."), NULL, prefs_scoring_open_cb, 0, NULL}, - {N_("/_Configuration/_Filtering ..."), + {N_("/_Configuration/_Filtering..."), NULL, prefs_filtering_open_cb, 0, NULL}, {N_("/_Configuration/_Template..."), NULL, prefs_template_open_cb, 0, NULL}, {N_("/_Configuration/_Actions..."), NULL, prefs_actions_open_cb, 0, NULL}, -- 2.25.1