diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/window-commands.c | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2004-01-24 Christian Persch <chpe@cvs.gnome.org> + * src/window-commands.c: (window_cmd_help_about): + + Updated copyright date. + +2004-01-24 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_set_title): Double underscores, since otherwise the menu entry will diff --git a/src/window-commands.c b/src/window-commands.c index 4d5f6c8dd..4714edfcb 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 Marco Pesenti Gritti + * Copyright (C) 2000-2004 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -976,7 +976,7 @@ window_cmd_help_about (GtkAction *action, about = gnome_about_new( "Epiphany", VERSION, - "Copyright \xc2\xa9 2002-2003 Marco Pesenti Gritti", + "Copyright \xc2\xa9 2002-2004 Marco Pesenti Gritti", _("A GNOME browser based on Mozilla"), (const char **)authors, (const char **)documenters, |