diff options
Diffstat (limited to 'src/empathy-about-dialog.c')
-rw-r--r-- | src/empathy-about-dialog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c index 299d5a4b7..6a8f14cc4 100644 --- a/src/empathy-about-dialog.c +++ b/src/empathy-about-dialog.c @@ -44,6 +44,7 @@ static const char *authors[] = { "Bastien Nocera", "Christoffer Olsen", "Cosimo Cecchi", + "Danielle Madeley", "Elliot Fairweather", "Frederic Crozat", "Frederic Peters", @@ -120,7 +121,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-2008", + "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007-2010", "documenters", documenters, "logo-icon-name", "empathy", "translator-credits", _("translator-credits"), |