# HG changeset patch # User Ethan Blanton # Date 1240352238 0 # Node ID 474a0cb44f58e2c10f31959bd2fe9815bd50536a # Parent 7b7f0856fb2cb064a47c18e9b1d9000d0f6b7f78 Paul has been with us a while, and now he can't leave. diff -r 7b7f0856fb2c -r 474a0cb44f58 AUTHORS --- a/AUTHORS Mon Apr 20 06:56:25 2009 +0000 +++ b/AUTHORS Tue Apr 21 22:17:18 2009 +0000 @@ -9,6 +9,7 @@ ------------------ Daniel 'datallah' Atallah - Developer +Paul 'darkrain42' Aurich - Developer John 'rekkanoryo' Bailey - Developer Ethan 'Paco-Paco' Blanton - Developer Thomas Butter - Developer @@ -35,7 +36,6 @@ Crazy Patch Writers: ------------------- -Paul 'darkrain42' Aurich Marcus 'malu' Lundblad Dennis 'EvilDennisR' Ristuccia Peter 'Fmoo' Ruibal diff -r 7b7f0856fb2c -r 474a0cb44f58 pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Mon Apr 20 06:56:25 2009 +0000 +++ b/pidgin/gtkdialogs.c Tue Apr 21 22:17:18 2009 +0000 @@ -73,6 +73,7 @@ /* Order: Alphabetical by Last Name */ static const struct developer developers[] = { {"Daniel 'datallah' Atallah", NULL, NULL}, + {"Paul 'darkrain42' Aurich", NULL, NULL }, {"John 'rekkanoryo' Bailey", N_("bug master"), "rekkanoryo@pidgin.im"}, {"Ethan 'Paco-Paco' Blanton", NULL, NULL}, {"Hylke Bons", N_("artist"), "h.bons@student.rug.nl"}, @@ -101,7 +102,6 @@ /* Order: Alphabetical by Last Name */ static const struct developer patch_writers[] = { - {"Paul 'darkrain42' Aurich", NULL, NULL }, {"Marcus 'malu' Lundblad", NULL, NULL}, {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL}, {"Peter 'Fmoo' Ruibal", NULL, NULL},