comparison pidgin/gtkdialogs.c @ 21063:dd95454ddf90

merge of '7c9f2e0cc4967a3eaade95d32f164349b6d1aa03' and 'fc4350a15fdd1f51b4496568afaa83355e18b714'
author Jochen Kemnade <jochenkemnade@web.de>
date Fri, 02 Nov 2007 09:59:24 +0000
parents 98633d62ec87 0f4a5ff5dc84
children f3a995c30205
comparison
equal deleted inserted replaced
21062:98633d62ec87 21063:dd95454ddf90
69 69
70 /* Order: Lead Developer, then Alphabetical by Last Name */ 70 /* Order: Lead Developer, then Alphabetical by Last Name */
71 static const struct developer developers[] = { 71 static const struct developer developers[] = {
72 {"Sean Egan", N_("lead developer"), "sean.egan@gmail.com"}, 72 {"Sean Egan", N_("lead developer"), "sean.egan@gmail.com"},
73 {"Daniel 'datallah' Atallah", N_("developer"), NULL}, 73 {"Daniel 'datallah' Atallah", N_("developer"), NULL},
74 {"John 'rekkanoryo' Bailey", N_("developer"), NULL},
74 {"Ethan 'Paco-Paco' Blanton", N_("developer"), NULL}, 75 {"Ethan 'Paco-Paco' Blanton", N_("developer"), NULL},
75 {"Thomas Butter", N_("developer"), NULL}, 76 {"Thomas Butter", N_("developer"), NULL},
76 {"Ka-Hing Cheung", N_("developer"), NULL}, 77 {"Ka-Hing Cheung", N_("developer"), NULL},
77 {"Sadrul Habib Chowdhury", N_("developer"), NULL}, 78 {"Sadrul Habib Chowdhury", N_("developer"), NULL},
78 {"Mark 'KingAnt' Doliner", N_("developer"), NULL}, 79 {"Mark 'KingAnt' Doliner", N_("developer"), NULL},
93 {NULL, NULL, NULL} 94 {NULL, NULL, NULL}
94 }; 95 };
95 96
96 /* Order: Alphabetical by Last Name */ 97 /* Order: Alphabetical by Last Name */
97 static const struct developer patch_writers[] = { 98 static const struct developer patch_writers[] = {
98 {"John 'rekkanoryo' Bailey", NULL, NULL},
99 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL}, 99 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
100 {"Peter 'Fmoo' Ruibal", NULL, NULL}, 100 {"Peter 'Fmoo' Ruibal", NULL, NULL},
101 {"Gabriel 'Nix' Schulhof", NULL, NULL}, 101 {"Gabriel 'Nix' Schulhof", NULL, NULL},
102 {"Will 'resiak' Thompson", NULL, NULL}, 102 {"Will 'resiak' Thompson", NULL, NULL},
103 {NULL, NULL, NULL} 103 {NULL, NULL, NULL}