aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-06 20:27:40 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-06 20:27:40 +0000
commitb5b4e3d57ae59f19a0dddb719390ef43000b0777 (patch)
tree2701a860497f56bde610bd04e7a2f933614385fa /gtk
parente5120ef69e2b46328400a0ede487822c25ee6efa (diff)
Patch from Jerry Talkington to:
treat CONNECT as an HTTP request; add DELETE and OPTIONS as request names. Make the order of names in the AUTHORS file match that of the man page and the About box. svn path=/trunk/; revision=1231
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 491131a0f4..053945ac55 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1,6 +1,6 @@
/* main.c
*
- * $Id: main.c,v 1.61 1999/12/03 21:28:56 nneul Exp $
+ * $Id: main.c,v 1.62 1999/12/06 20:27:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -171,6 +171,7 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Warren Young <tangent@mail.com>\n"
"Heikki Vatiainen <hessu@cs.tut.fi>\n"
"Greg Hankins <gregh@twoguys.org>\n"
+ "Jerry Talkington <jerryt@netapp.com>\n"
"\nSee http://ethereal.zing.org for more information",
VERSION, comp_info_str);