diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/chrome/about.xhtml | 2 | ||||
-rw-r--r-- | src/window-commands.c | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -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 © 2002-2004 Marco Pesenti Gritti</li> -<li>Copyright © 2003-2006 The GNOME Web Browser Developers</li> +<li>Copyright © 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, |