aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@svn.gnome.org>2007-01-10 08:38:52 +0800
committerChristian Persch <chpe@src.gnome.org>2007-01-10 08:38:52 +0800
commitc10006a89f73a6ef7b27a06fdae0368fb4787cbb (patch)
tree6dbaea72d94fda02e2a479e6b03e6e7ae7dc4bf7
parent33c48b56904ea2965e2fee187e28f6f8b278525c (diff)
downloadgsoc2013-epiphany-c10006a89f73a6ef7b27a06fdae0368fb4787cbb.tar
gsoc2013-epiphany-c10006a89f73a6ef7b27a06fdae0368fb4787cbb.tar.gz
gsoc2013-epiphany-c10006a89f73a6ef7b27a06fdae0368fb4787cbb.tar.bz2
gsoc2013-epiphany-c10006a89f73a6ef7b27a06fdae0368fb4787cbb.tar.lz
gsoc2013-epiphany-c10006a89f73a6ef7b27a06fdae0368fb4787cbb.tar.xz
gsoc2013-epiphany-c10006a89f73a6ef7b27a06fdae0368fb4787cbb.tar.zst
gsoc2013-epiphany-c10006a89f73a6ef7b27a06fdae0368fb4787cbb.zip
Update for 2007.
2007-01-10 Christian Persch <chpe@svn.gnome.org> * data/chrome/about.xhtml: * src/window-commands.c: (window_cmd_help_about): Update for 2007. svn path=/trunk/; revision=6816
-rw-r--r--ChangeLog7
-rw-r--r--data/chrome/about.xhtml2
-rw-r--r--src/window-commands.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6f60925..3f020f07e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-01-10 Christian Persch <chpe@svn.gnome.org>
+ * data/chrome/about.xhtml:
+ * src/window-commands.c: (window_cmd_help_about):
+
+ Update for 2007.
+
+2007-01-10 Christian Persch <chpe@svn.gnome.org>
+
* data/epiphany.pc.in:
Fix for autoconf 2.60 (datarootdir).
diff --git a/data/chrome/about.xhtml b/data/chrome/about.xhtml
index 9aebbff67..e946ef2aa 100644
--- a/data/chrome/about.xhtml
+++ b/data/chrome/about.xhtml
@@ -92,7 +92,7 @@ h1 {
<ul>
<li>Copyright &copy; 2002-2004 Marco Pesenti Gritti</li>
-<li>Copyright &copy; 2003-2006 The GNOME Web Browser Developers</li>
+<li>Copyright &copy; 2003-2007 The GNOME Web Browser Developers</li>
</ul>
</body>
diff --git a/src/window-commands.c b/src/window-commands.c
index 79a320c30..a34501a5d 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -836,7 +836,7 @@ window_cmd_help_about (GtkAction *action,
"name", _("GNOME Web Browser"),
"version", VERSION,
"copyright", "Copyright © 2002-2004 Marco Pesenti Gritti\n"
- "Copyright © 2003-2006 The GNOME Web Browser Developers",
+ "Copyright © 2003-2007 The GNOME Web Browser Developers",
"artists", artists,
"authors", authors,
"comments", comments,