# HG changeset patch # User Ka-Hing Cheung # Date 1305092618 0 # Node ID 40d60f1c896ef712b9e625abb188a9d7d7d4949f # Parent b1a6535f99d9533ec604fa61f90728d732d51584 You know, I've been telling myself that I am going to get back to pidgin development. But it's been obvious that it's not going to happen any time soon, and it's very unlikely that I will be as active as I once was (which wasn't a very high bar). While I don't discount the possibility that in the future I will still work on some little things here and there, I think at this point calling myself a developer is giving myself too much credit. diff -r b1a6535f99d9 -r 40d60f1c896e pidgin/gtkdialogs.c --- a/pidgin/gtkdialogs.c Wed May 11 05:04:43 2011 +0000 +++ b/pidgin/gtkdialogs.c Wed May 11 05:43:38 2011 +0000 @@ -76,8 +76,6 @@ {"John 'rekkanoryo' Bailey", NULL, NULL}, {"Ethan 'Paco-Paco' Blanton", NULL, NULL}, {"Hylke Bons", N_("artist"), "hylkebons@gmail.com"}, - /* feel free to not translate this */ - {N_("Ka-Hing Cheung"), NULL, NULL}, {"Sadrul Habib Chowdhury", NULL, NULL}, {"Mark 'KingAnt' Doliner", NULL, "mark@kingant.net"}, {"Casey Harkins", NULL, NULL}, @@ -113,6 +111,8 @@ static const struct developer retired_developers[] = { {"Herman Bloggs", N_("win32 port"), "herman@bluedigits.com"}, {"Thomas Butter", NULL, NULL}, + /* feel free to not translate this */ + {N_("Ka-Hing Cheung"), NULL, NULL}, {"Jim Duchek", N_("maintainer"), "jim@linuxpimps.com"}, {"Sean Egan", NULL, "sean.egan@gmail.com"}, {"Rob Flynn", N_("maintainer"), NULL},