[evolution] Update About dialog content



commit 874e72d0d2cf35844f6dfa7d6b56b2fba5b90f18
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed May 16 10:11:55 2012 +0900

    Update About dialog content

 configure.ac                   |    4 ++--
 shell/e-shell-window-actions.c |    9 ++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1fd476b..a9970d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,8 @@ dnl varying versions. Reset to 0 whenever BASE_VERSION changes.
 m4_define([upgrade_revision], [0])
 
 dnl Autoconf / Automake Initialization
-AC_PREREQ(2.58)
-AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
+AC_PREREQ([2.64])
+AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://www.gnome.org/projects/evolution/])
 AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Werror -Wno-portability foreign])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index 4dc1e1c..ae4642e 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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]