2007-12-16 [colin] 3.1.0cvs77

* src/addrcustomattr.c
		Fix translations, patch by Fabien
This commit is contained in:
Colin Leroy 2007-12-16 10:00:35 +00:00
parent e0598f506e
commit 773992852c
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-12-16 [colin] 3.1.0cvs77
* src/addrcustomattr.c
Fix translations, patch by Fabien
2007-12-15 [paul] 3.1.0cvs76
* src/folderview.c

View file

@ -3134,3 +3134,4 @@
( cvs diff -u -r 1.100.2.57 -r 1.100.2.58 AUTHORS; cvs diff -u -r 1.1.2.43 -r 1.1.2.44 src/gtk/authors.h; ) > 3.1.0cvs74.patchset
( cvs diff -u -r 1.207.2.191 -r 1.207.2.192 src/folderview.c; ) > 3.1.0cvs75.patchset
( cvs diff -u -r 1.207.2.192 -r 1.207.2.193 src/folderview.c; ) > 3.1.0cvs76.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/addrcustomattr.c; ) > 3.1.0cvs77.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=1
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=76
EXTRA_VERSION=77
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -609,7 +609,7 @@ static GList *custom_attr_default_list(void)
list = NULL;
while (default_addressbook_attributes_table[i]) {
list = g_list_prepend(
list, g_strdup(default_addressbook_attributes_table[i]));
list, g_strdup(gettext(default_addressbook_attributes_table[i])));
i++;
}
list = g_list_reverse(list);