comparison pidgin/gtkdialogs.c @ 32801:0d8e718cdb64

There really isn't a good section to stuff Eion's name in, so this should do.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 14 May 2012 03:02:20 +0000
parents 866333145443
children fa666e7f747e
comparison
equal deleted inserted replaced
32800:a3f4a6581bb6 32801:0d8e718cdb64
100 100
101 /* Order: Alphabetical by Last Name */ 101 /* Order: Alphabetical by Last Name */
102 static const struct developer patch_writers[] = { 102 static const struct developer patch_writers[] = {
103 {"Jakub 'haakon' Adam", NULL, NULL}, 103 {"Jakub 'haakon' Adam", NULL, NULL},
104 {"Krzysztof Klinikowski", NULL, NULL}, 104 {"Krzysztof Klinikowski", NULL, NULL},
105 {"Eion Robb", NULL, NULL},
105 {"Peter 'Fmoo' Ruibal", NULL, NULL}, 106 {"Peter 'Fmoo' Ruibal", NULL, NULL},
106 {"Gabriel 'Nix' Schulhof", NULL, NULL}, 107 {"Gabriel 'Nix' Schulhof", NULL, NULL},
107 {"Tomasz Wasilczyk", NULL, NULL}, 108 {"Tomasz Wasilczyk", NULL, NULL},
108 {NULL, NULL, NULL} 109 {NULL, NULL, NULL}
109 }; 110 };