aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-01-05 06:49:15 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-05 06:49:15 +0800
commit08e41b5e197dbbad40e1dccc0c72918d2900d5a0 (patch)
tree75d36820ffad14680ef5a6249f63c1bcb0d1a968
parent74cc27412835d1cf95f1fe3aca0f61fa2c1a5641 (diff)
downloadgsoc2013-epiphany-08e41b5e197dbbad40e1dccc0c72918d2900d5a0.tar
gsoc2013-epiphany-08e41b5e197dbbad40e1dccc0c72918d2900d5a0.tar.gz
gsoc2013-epiphany-08e41b5e197dbbad40e1dccc0c72918d2900d5a0.tar.bz2
gsoc2013-epiphany-08e41b5e197dbbad40e1dccc0c72918d2900d5a0.tar.lz
gsoc2013-epiphany-08e41b5e197dbbad40e1dccc0c72918d2900d5a0.tar.xz
gsoc2013-epiphany-08e41b5e197dbbad40e1dccc0c72918d2900d5a0.tar.zst
gsoc2013-epiphany-08e41b5e197dbbad40e1dccc0c72918d2900d5a0.zip
Update credits
-rw-r--r--ChangeLog6
-rw-r--r--src/window-commands.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d833e745..ede10b4f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-04 Christian Persch <chpe@cvs.gnome.org>
+ * src/window-commands.c: (window_cmd_help_about):
+
+ Added spark to documenters tab.
+
+2004-01-04 Christian Persch <chpe@cvs.gnome.org>
+
* embed/print-dialog.c: (ephy_print_dialog_response_cb):
Fix parent for help window.
diff --git a/src/window-commands.c b/src/window-commands.c
index d5977e4af..4b809321c 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -930,6 +930,7 @@ window_cmd_help_about (GtkAction *action,
char *documenters[] = {
"Patanjali Somayaji <patanjali@codito.com>",
"David Bordoley <bordoley@msu.edu>",
+ "Piers Cornwell",
NULL
};