summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Blanton <elb@pidgin.im>2009-04-21 22:17:18 +0000
committerEthan Blanton <elb@pidgin.im>2009-04-21 22:17:18 +0000
commitb55befcb39c366c09d551351c59f54e5d6ed6cb1 (patch)
treea4ccf02a0a4dda2995fb04b1c0390a60a017df3a
parent0be938d4d78af7a7347fbb931336a71f9c348138 (diff)
downloadpidgin-b55befcb39c366c09d551351c59f54e5d6ed6cb1.tar.gz
Paul has been with us a while, and now he can't leave.
-rw-r--r--AUTHORS2
-rw-r--r--pidgin/gtkdialogs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 8d083836f1..87e52c34a5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,6 +9,7 @@ Current Developers:
------------------
Daniel 'datallah' Atallah - Developer
+Paul 'darkrain42' Aurich - Developer
John 'rekkanoryo' Bailey - Developer
Ethan 'Paco-Paco' Blanton - Developer
Thomas Butter - Developer
@@ -35,7 +36,6 @@ Nathan 'faceprint' Walp - Developer
Crazy Patch Writers:
-------------------
-Paul 'darkrain42' Aurich
Marcus 'malu' Lundblad
Dennis 'EvilDennisR' Ristuccia
Peter 'Fmoo' Ruibal
diff --git a/pidgin/gtkdialogs.c b/pidgin/gtkdialogs.c
index 91b9f6daee..d17cbb4303 100644
--- a/pidgin/gtkdialogs.c
+++ b/pidgin/gtkdialogs.c
@@ -73,6 +73,7 @@ struct artist {
/* 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 @@ static const struct developer developers[] = {
/* 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},