diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-02 11:13:37 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-02-02 11:13:37 +0800 |
commit | 9bb7e5e6c0ef17449581e849da834394883f7163 (patch) | |
tree | 7be774d7190c365aea94f89fb65707c2004d1716 | |
parent | 866ea5bbf6e5dcfee81347d4fda5699bc54d3e64 (diff) | |
download | gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.gz gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.bz2 gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.lz gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.xz gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.zst gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.zip |
Adding myself to contributors
-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"), |