[evolution-patches] bug fix for 41843, csv exporting file should have consistent english field name
- From: Gilbert Fang <gilbert fang sun com>
- To: evolution-patches <evolution-patches ximian com>
- Subject: [evolution-patches] bug fix for 41843, csv exporting file should have consistent english field name
- Date: 24 Apr 2003 19:52:49 +0800
Hi, toshok
Please review it .
patch41843_20030424: e_card_simple_get_name should return a
non-localized name
Gilbert
Index: e-card-simple.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/backend/ebook/e-card-simple.c,v
retrieving revision 1.48
diff -u -r1.48 e-card-simple.c
--- e-card-simple.c 28 Mar 2003 22:22:40 -0000 1.48
+++ e-card-simple.c 24 Apr 2003 11:28:48 -0000
@@ -1150,7 +1150,7 @@
const char *e_card_simple_get_name (ECardSimple *simple,
ECardSimpleField field)
{
- return _(field_data[field].name);
+ return field_data[field].name;
}
gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]