comparison src/protocols/gg/gg.c @ 8063:f1822a0c103a

[gaim-migrate @ 8756] Potpourri for 500, Alex committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 10 Jan 2004 18:13:52 +0000
parents ad5c8f01882b
children 9d1a984681fe
comparison
equal deleted inserted replaced
8062:3c4313120c63 8063:f1822a0c103a
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 8658 2004-01-03 16:22:44Z lschiere $ 3 * $Id: gg.c 8756 2004-01-10 18:13:52Z thekingant $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
679 break; 679 break;
680 case 5: 680 case 5:
681 /* Hack, invalid_uin does what we really want here but may change in future */ 681 /* Hack, invalid_uin does what we really want here but may change in future */
682 if (invalid_uin(p)) 682 if (invalid_uin(p))
683 ibuf = 683 ibuf =
684 g_strconcat(oldibuf, "<B>", _("Birth year"), ":</B> <BR>\n", NULL); 684 g_strconcat(oldibuf, "<B>", _("Birth Year"), ":</B> <BR>\n", NULL);
685 else 685 else
686 ibuf = 686 ibuf =
687 g_strconcat(oldibuf, "<B>", _("Birth year"), ":</B> ", p, "<BR>\n", 687 g_strconcat(oldibuf, "<B>", _("Birth Year"), ":</B> ", p, "<BR>\n",
688 NULL); 688 NULL);
689 g_free(oldibuf); 689 g_free(oldibuf);
690 break; 690 break;
691 case 6: 691 case 6:
692 if (atoi(p) == GG_GENDER_FEMALE) 692 if (atoi(p) == GG_GENDER_FEMALE)