From 874e72d0d2cf35844f6dfa7d6b56b2fba5b90f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 16 May 2012 10:11:55 +0900 Subject: Update About dialog content --- shell/e-shell-window-actions.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index 4dc1e1cda9..ae4642e205 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -34,10 +34,8 @@ #include #define EVOLUTION_COPYRIGHT \ - "Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others" - -#define EVOLUTION_WEBSITE \ - "http://www.gnome.org/projects/evolution/" + "Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others\n" \ + "Copyright \xC2\xA9 2008 - 2012 The Evolution Team" /* Authors and Documenters * @@ -652,12 +650,13 @@ action_about_cb (GtkAction *action, "version", VERSION, "copyright", EVOLUTION_COPYRIGHT, "comments", _("Groupware Suite"), - "website", EVOLUTION_WEBSITE, + "website", PACKAGE_URL, "website-label", _("Evolution Website"), "authors", authors, "documenters", documenters, "translator-credits", translator_credits, "logo-icon-name", "evolution", + "license-type", GTK_LICENSE_GPL_2_0, NULL); } -- cgit v1.2.3