Mercurial > pidgin
changeset 31603:40d60f1c896e
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.
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Wed, 11 May 2011 05:43:38 +0000 |
parents | b1a6535f99d9 |
children | 2f66104dab0c |
files | pidgin/gtkdialogs.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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},