aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2002-03-16 07:27:04 +0800
committerLarry Ewing <lewing@src.gnome.org>2002-03-16 07:27:04 +0800
commitb171dcc269b1926fe27e25bfd9c1c7bb04a0b727 (patch)
treeb9ea6cf1e655cc33bf47c5d6ca3facc9fece835c /mail/folder-browser.c
parent88a322f15d8ce9c152cce75630b302b8b3ca1c08 (diff)
downloadgsoc2013-evolution-b171dcc269b1926fe27e25bfd9c1c7bb04a0b727.tar
gsoc2013-evolution-b171dcc269b1926fe27e25bfd9c1c7bb04a0b727.tar.gz
gsoc2013-evolution-b171dcc269b1926fe27e25bfd9c1c7bb04a0b727.tar.bz2
gsoc2013-evolution-b171dcc269b1926fe27e25bfd9c1c7bb04a0b727.tar.lz
gsoc2013-evolution-b171dcc269b1926fe27e25bfd9c1c7bb04a0b727.tar.xz
gsoc2013-evolution-b171dcc269b1926fe27e25bfd9c1c7bb04a0b727.tar.zst
gsoc2013-evolution-b171dcc269b1926fe27e25bfd9c1c7bb04a0b727.zip
expand the relative urls of the object at the point so that relative
2002-03-15 Larry Ewing <lewing@ximian.com> * mail-display.c: expand the relative urls of the object at the point so that relative images can be saved correctly. * folder-browser.c: add a closing quote in a comment. svn path=/trunk/; revision=16181
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r--mail/folder-browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index eb7ea566dd..910cd51470 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -1704,7 +1704,7 @@ on_right_click (ETree *tree, gint row, ETreePath path, gint col, GdkEvent *event
g_free (uids->pdata[i]);
g_ptr_array_free (uids, TRUE);
- /* generate the "Filter on Mailing List menu item name */
+ /* generate the "Filter on Mailing List" menu item name */
if (mlist == NULL) {
enable_mask |= IS_MAILING_LIST;
filter_menu[MLIST_FILTER].name = g_strdup (_("Filter on _Mailing List"));