aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-11 18:04:48 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-11 18:04:48 +0000
commit817465175da0d47b3d06086bf736ce2fe2040cad (patch)
tree212d771efbf21102c7f00968e9588a0901952b8b /gtk
parent2e08b800b4e568a1f401441ee80153d566d532dc (diff)
Oops! Forgot to commit the change that adds Christophe Tronche to the
list of authors. svn path=/trunk/; revision=809
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 14c219fdf4..f58481ea4c 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1,6 +1,6 @@
/* main.c
*
- * $Id: main.c,v 1.19 1999/10/11 06:39:26 guy Exp $
+ * $Id: main.c,v 1.20 1999/10/11 18:02:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -149,6 +149,7 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Thierry Andry <Thierry.Andry@advalvas.be>\n"
"Jeff Foster <jfoste@woodward.com>\n"
"Peter Torvals <petertv@xoommail.com>\n"
+ "Christophe Tronche <ch.tronche@computer.org>\n"
"\nSee http://ethereal.zing.org for more information",
VERSION, comp_info_str);