summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--doc/pidgin.1.in2
-rw-r--r--pidgin/gtkdialogs.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4eec1be2f5..e5cdb825e0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -36,6 +36,7 @@ Nathan 'faceprint' Walp - Developer
Crazy Patch Writers:
-------------------
Felipe 'shx' Contreras
+Marcus 'malu' Lundblad
Dennis 'EvilDennisR' Ristuccia
Peter 'Fmoo' Ruibal
Gabriel 'Nix' Schulhof
diff --git a/doc/pidgin.1.in b/doc/pidgin.1.in
index 45f2d1dc37..11eba9c2e7 100644
--- a/doc/pidgin.1.in
+++ b/doc/pidgin.1.in
@@ -643,6 +643,8 @@ Our crazy patch writers include:
.br
Felipe 'shx' Contreras
.br
+ Marcus 'malu' Lundblad
+.br
Dennis 'EvilDennisR' Ristuccia
.br
Peter 'fmoo' Ruibal
diff --git a/pidgin/gtkdialogs.c b/pidgin/gtkdialogs.c
index d8f98e6b90..a0c987771a 100644
--- a/pidgin/gtkdialogs.c
+++ b/pidgin/gtkdialogs.c
@@ -100,6 +100,7 @@ static const struct developer developers[] = {
/* Order: Alphabetical by Last Name */
static const struct developer patch_writers[] = {
{"Felipe 'shx' Contreras", NULL, NULL},
+ {"Marcus 'malu' Lundblad", NULL, NULL},
{"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
{"Peter 'Fmoo' Ruibal", NULL, NULL},
{"Gabriel 'Nix' Schulhof", NULL, NULL},