changeset 10215:132e8767b2f6

[gaim-migrate @ 11342] patch from Manuel Amador (Rudd-O) to fix telephone numbers in jabber vCards committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 20 Nov 2004 04:50:16 +0000
parents 45bcc3edd8c3
children 09876d57c520
files COPYRIGHT src/protocols/jabber/buddy.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COPYRIGHT	Sat Nov 20 01:18:16 2004 +0000
+++ b/COPYRIGHT	Sat Nov 20 04:50:16 2004 +0000
@@ -4,6 +4,7 @@
 If you have contributed to Gaim, you deserve to be on this list.
 Contact us (see: AUTHORS) and we'll add you.
 
+Manuel Amador
 Daniel Atallah
 Paul Aurich
 Patrick Aussems
--- a/src/protocols/jabber/buddy.c	Sat Nov 20 01:18:16 2004 +0000
+++ b/src/protocols/jabber/buddy.c	Sat Nov 20 04:50:16 2004 +0000
@@ -257,7 +257,7 @@
 	{N_("Region"),             NULL, TRUE, TRUE, "REGION",    "ADR", NULL},
 	{N_("Postal Code"),        NULL, TRUE, TRUE, "PCODE",     "ADR", NULL},
 	{N_("Country"),            NULL, TRUE, TRUE, "COUNTRY",   "ADR", NULL},
-	{N_("Telephone"),          NULL, TRUE, TRUE, "TELEPHONE", NULL,  NULL},
+	{N_("Telephone"),          NULL, TRUE, TRUE, "TEL",       NULL,  NULL},
 	{N_("Email"),              NULL, TRUE, TRUE, "EMAIL",     NULL,  "<A HREF=\"mailto:%s\">%s</A>"},
 	{N_("Organization Name"),  NULL, TRUE, TRUE, "ORGNAME",   "ORG", NULL},
 	{N_("Organization Unit"),  NULL, TRUE, TRUE, "ORGUNIT",   "ORG", NULL},