aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-editor.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-03-03 07:38:12 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-03-03 07:38:12 +0800
commit7c3a6662fe5da0353f31c4385e97f6b19c35e511 (patch)
treeb1134e7ed2f5cd5f40e8378f00a7c5dc140d842e /filter/filter-editor.c
parentab118da377d6ec04736c538e5efce5cc2f49d45c (diff)
downloadgsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.gz
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.bz2
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.lz
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.xz
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.tar.zst
gsoc2013-evolution-7c3a6662fe5da0353f31c4385e97f6b19c35e511.zip
Added option menu to vfolder editor.
2001-03-03 Not Zed <NotZed@Ximian.com> * filter.glade: Added option menu to vfolder editor. 2001-03-02 Not Zed <NotZed@Ximian.com> * vfolder-rule.c (get_widget): Setup the data on the base source opiton menu, and make hte option menu reflect the source. (select_source_with): Set the source type for this rule. e.g. these folders, "with ..." * filter-editor.c: Removed the N_() stuff from the source_names array, they must not be internationalised!!! svn path=/trunk/; revision=8533
Diffstat (limited to 'filter/filter-editor.c')
-rw-r--r--filter/filter-editor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/filter/filter-editor.c b/filter/filter-editor.c
index 5e06870fe4..5fa1796e3f 100644
--- a/filter/filter-editor.c
+++ b/filter/filter-editor.c
@@ -429,10 +429,11 @@ select_source (GtkMenuItem *mi, struct _editor_data *data)
set_sensitive (data);
}
+/* these strings must not be internationalised!!!! */
static char *source_names[] = {
- N_("incoming"),
+ "incoming",
/*"demand",*/
- N_("outgoing")
+ "outgoing"
};
GtkWidget *