aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-08-09 00:39:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-08-09 00:39:32 +0800
commit841d7238088257879eb0fe2ef5207d749f15810b (patch)
tree4858309fe36983a4c0b370fedc115cb5489900dc
parent7c3746074a5c5b4877a0e6bd2513465b579fd8af (diff)
downloadgsoc2013-empathy-841d7238088257879eb0fe2ef5207d749f15810b.tar
gsoc2013-empathy-841d7238088257879eb0fe2ef5207d749f15810b.tar.gz
gsoc2013-empathy-841d7238088257879eb0fe2ef5207d749f15810b.tar.bz2
gsoc2013-empathy-841d7238088257879eb0fe2ef5207d749f15810b.tar.lz
gsoc2013-empathy-841d7238088257879eb0fe2ef5207d749f15810b.tar.xz
gsoc2013-empathy-841d7238088257879eb0fe2ef5207d749f15810b.tar.zst
gsoc2013-empathy-841d7238088257879eb0fe2ef5207d749f15810b.zip
Update credits for the about dialog.
svn path=/trunk/; revision=1315
-rw-r--r--src/empathy-about-dialog.c33
1 files changed, 26 insertions, 7 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c
index d8d9dfa95..dc2f2030d 100644
--- a/src/empathy-about-dialog.c
+++ b/src/empathy-about-dialog.c
@@ -40,17 +40,36 @@ static void about_dialog_activate_link_cb (GtkAboutDialog *about,
gpointer data);
static const char *authors[] = {
- "Mikael Hallendal",
- "Richard Hult",
- "Martyn Russell",
+ "Alban Crequy",
+ "Andreas Lööw",
+ "Aurelien Naldi",
+ "Bastien Nocera",
+ "Christoffer Olsen",
+ "Elliot Fairweather",
+ "Frederic Crozat",
+ "Frederic Peters",
"Geert-Jan Van den Bogaerde",
- "Kevin Dougherty",
- "Eitan Isaacson",
- "Xavier Claessens",
+ "Guillaume Desmottes",
+ "Johan Hammar",
+ "Jonatan Magnusson",
+ "Jonny Lamb",
+ "Jordi Mallach",
+ "Kim Andersen",
+ "Martyn Russell <martyn@gnome.org>",
+ "Mikael Hallendal <micke@imendio.com>",
+ "Mike Gratton",
+ "Richard Hult <richard@imendio.com>",
+ "Ross Burton",
+ "Sjoerd Simons",
+ "Thomas Reynolds",
+ "Vincent Untz",
+ "Xavier Claessens <xclaesse@gmail.com>",
NULL
};
static const char *documenters[] = {
+ "Milo Casagrande",
+ "Seth Dudenhofer",
NULL
};
@@ -100,7 +119,7 @@ empathy_about_dialog_new (GtkWindow *parent)
"comments", _("An Instant Messaging client for GNOME"),
"license", license_trans,
"wrap-license", TRUE,
- "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007",
+ "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007-2008",
"documenters", documenters,
"logo-icon-name", "empathy",
"translator-credits", _("translator-credits"),