aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-notebook.c2
-rw-r--r--src/window-commands.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b4db9ae70..b108f049b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
+ * src/window-commands.c: (window_cmd_help_about):
+
+ Update credits.
+
+2005-08-28 Christian Persch <chpe@cvs.gnome.org>
+
* data/default-prefs-common.js:
Set default prefs for warn-on-mixed-security pages. Part of bug
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 3f2c0d49b..af2b43689 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2002 Christophe Fergeau
* Copyright (C) 2003, 2004 Marco Pesenti Gritti
- * Copyright (C) 2003, 2004 Christian Persch
+ * Copyright (C) 2003, 2004, 2005 Christian Persch
*
* 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
diff --git a/src/window-commands.c b/src/window-commands.c
index ba490736d..cc9b5ee1b 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -776,10 +776,10 @@ window_cmd_help_about (GtkAction *action,
};
gtk_show_about_dialog (GTK_WINDOW (window),
- "name", _("Epiphany Web Browser"),
+ "name", _("Web Browser"),
"version", VERSION,
"copyright", "Copyright © 2002-2004 Marco Pesenti Gritti\n"
- "Copyright © 2003-2005 The Epiphany Developers",
+ "Copyright © 2003-2005 The GNOME Web Browser Developers",
"authors", authors,
"documenters", documenters,
/* Translators: This is a special message that shouldn't be translated