diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/window-commands.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-01-06 Crispin Flowerday <gnome@flowerday.cx> + + * src/window-commands.c (window_cmd_help_about): + + Change the copyright year to 2006 + 2006-01-06 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: diff --git a/src/window-commands.c b/src/window-commands.c index d9c2ce745..c9c086734 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -749,7 +749,7 @@ window_cmd_help_about (GtkAction *action, "name", _("GNOME Web Browser"), "version", VERSION, "copyright", "Copyright © 2002-2004 Marco Pesenti Gritti\n" - "Copyright © 2003-2005 The GNOME Web Browser Developers", + "Copyright © 2003-2006 The GNOME Web Browser Developers", "authors", authors, "documenters", documenters, /* Translators: This is a special message that shouldn't be translated |