X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy-about-dialog.c;h=14d292585346a5bb63503c9892dbe675deb58cbd;hp=13a8aa3531f746c4b9e564ae6e06bcb57cb150d8;hb=05adf87adeab1d86d2267d4af2d36a316c95777a;hpb=398e3bc61957f0503027d32a779da21daab3b5e1 diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c index 13a8aa35..14d29258 100644 --- a/src/empathy-about-dialog.c +++ b/src/empathy-about-dialog.c @@ -29,9 +29,10 @@ #include #include -#include "empathy-about-dialog.h" #include +#include "empathy-about-dialog.h" + #define WEB_SITE "http://live.gnome.org/Empathy" static void about_dialog_activate_link_cb (GtkAboutDialog *about, @@ -39,17 +40,37 @@ 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", + "Marco Barisione", + "Martyn Russell ", + "Mikael Hallendal ", + "Mike Gratton", + "Richard Hult ", + "Ross Burton", + "Sjoerd Simons", + "Thomas Reynolds", + "Vincent Untz", + "Xavier Claessens ", NULL }; static const char *documenters[] = { + "Milo Casagrande", + "Seth Dudenhofer", NULL }; @@ -99,7 +120,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"),