pidgin/gtkdialogs.c

changeset 23324
7b269d9db7b3
parent 23323
dd2607508839
child 23489
a621afca1826
equal deleted inserted replaced
23323:dd2607508839 23324:7b269d9db7b3
65 struct artist { 65 struct artist {
66 char *name; 66 char *name;
67 char *email; 67 char *email;
68 }; 68 };
69 69
70 /* Order: Lead Developer, then Alphabetical by Last Name */ 70 /* Order: 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"},
73 {"Daniel 'datallah' Atallah", N_("developer"), NULL}, 72 {"Daniel 'datallah' Atallah", N_("developer"), NULL},
74 {"John 'rekkanoryo' Bailey", N_("developer"), NULL}, 73 {"John 'rekkanoryo' Bailey", N_("developer"), NULL},
75 {"Ethan 'Paco-Paco' Blanton", N_("developer"), NULL}, 74 {"Ethan 'Paco-Paco' Blanton", N_("developer"), NULL},
76 {"Thomas Butter", N_("developer"), NULL}, 75 {"Thomas Butter", N_("developer"), NULL},
77 {"Ka-Hing Cheung", N_("developer"), NULL}, 76 {"Ka-Hing Cheung", N_("developer"), NULL},
78 {"Sadrul Habib Chowdhury", N_("developer"), NULL}, 77 {"Sadrul Habib Chowdhury", N_("developer"), NULL},
79 {"Mark 'KingAnt' Doliner", N_("developer"), NULL}, 78 {"Mark 'KingAnt' Doliner", N_("developer"), NULL},
79 {"Sean Egan", N_("developer"), "sean.egan@gmail.com"},
80 {"Casey Harkins", N_("developer"), NULL}, 80 {"Casey Harkins", N_("developer"), NULL},
81 {"Gary 'grim' Kramlich", N_("developer"), NULL}, 81 {"Gary 'grim' Kramlich", N_("developer"), NULL},
82 {"Richard 'rlaager' Laager", N_("developer"), NULL}, 82 {"Richard 'rlaager' Laager", N_("developer"), NULL},
83 {"Richard 'wabz' Nelson", N_("developer"), NULL}, 83 {"Richard 'wabz' Nelson", N_("developer"), NULL},
84 {"Christopher 'siege' O'Brien", N_("developer"), "taliesein@users.sf.net"}, 84 {"Christopher 'siege' O'Brien", N_("developer"), "taliesein@users.sf.net"},

mercurial