/pidgin/main: 3a652f86ca59: Alphabetize by last name

Mark Doliner mark at kingant.net
Mon Jun 3 02:18:45 EDT 2013


Changeset: 3a652f86ca59608e57606b3850a7313d8803d140
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-06-02 23:18 -0700
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/3a652f86ca59

Description:

Alphabetize by last name

diffstat:

 pidgin/gtkdialogs.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (15 lines):

diff --git a/pidgin/gtkdialogs.c b/pidgin/gtkdialogs.c
--- a/pidgin/gtkdialogs.c
+++ b/pidgin/gtkdialogs.c
@@ -142,10 +142,10 @@ static const struct developer retired_de
 static const struct developer retired_patch_writers[] = {
 	{"Felipe 'shx' Contreras",    NULL, NULL},
 	{"Decklin Foster",            NULL, NULL},
-	{"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
 	{"Peter 'Bleeter' Lawler",    NULL, NULL},
 	{"Robert 'Robot101' McQueen", NULL, NULL},
 	{"Benjamin Miller",           NULL, NULL},
+	{"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
 	{NULL, NULL, NULL}
 };
 



More information about the Commits mailing list