diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-17 04:01:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-17 04:01:51 +0800 |
commit | 7cd27bf6a49c4b63bf95716a07c47f5cd9ce71df (patch) | |
tree | 16c18778dcc62dffa678fb5a2db949db2485ee14 /filter/libfilter-i18n.h | |
parent | 9d5f54f176d09cf81adeb02b4cfb0553100d4a1b (diff) | |
download | gsoc2013-evolution-7cd27bf6a49c4b63bf95716a07c47f5cd9ce71df.tar.gz gsoc2013-evolution-7cd27bf6a49c4b63bf95716a07c47f5cd9ce71df.tar.zst gsoc2013-evolution-7cd27bf6a49c4b63bf95716a07c47f5cd9ce71df.zip |
Added a label definition.
2002-05-16 Jeffrey Stedfast <fejj@ximian.com>
* vfoldertypes.xml: Added a label definition.
* filtertypes.xml: Added a label definition.
* filter-label.c: New filter widget for labels.
* filter-element.c (filter_element_new_type_name): Add support for
the new label widget.
* filter-int.c (format_sexp): Fixed a memory leak.
svn path=/trunk/; revision=16936
Diffstat (limited to 'filter/libfilter-i18n.h')
-rw-r--r-- | filter/libfilter-i18n.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h index 82aab705d2..9d930d930b 100644 --- a/filter/libfilter-i18n.h +++ b/filter/libfilter-i18n.h @@ -33,6 +33,7 @@ char *s = N_("is greater than"); char *s = N_("is less than"); char *s = N_("is not"); char *s = N_("is not Flagged"); +char *s = N_("Label"); char *s = N_("Mailing list"); char *s = N_("Message Body"); char *s = N_("Message Header"); |