diff options
author | Javier Jardón <jjardon@gnome.org> | 2012-05-16 09:11:55 +0800 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2012-05-16 16:49:55 +0800 |
commit | 874e72d0d2cf35844f6dfa7d6b56b2fba5b90f18 (patch) | |
tree | 4bd4e2b46a4ada194f8f926bf4feaf110b8f960b /shell/e-shell-window-actions.c | |
parent | dfb3a6b6ed46bbdb3c9f4fbf1c398ddf2e1b2a19 (diff) | |
download | gsoc2013-evolution-874e72d0d2cf35844f6dfa7d6b56b2fba5b90f18.tar.gz gsoc2013-evolution-874e72d0d2cf35844f6dfa7d6b56b2fba5b90f18.tar.zst gsoc2013-evolution-874e72d0d2cf35844f6dfa7d6b56b2fba5b90f18.zip |
Update About dialog content
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r-- | shell/e-shell-window-actions.c | 9 |
1 files changed, 4 insertions, 5 deletions
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 <libedataserverui/e-categories-editor.h> #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); } |