summaryrefslogtreecommitdiff
path: root/gtk/export_object_http.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-09 05:54:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-09 05:54:09 +0000
commitb6c168413fa6cc6b8694ff2f21ad14fe7d6dce1d (patch)
treed5fa9309bf2f93aec8ce3c7cfb2c79401df6a00d /gtk/export_object_http.c
parent4214543e5ad8e70ebd60cf9ac70e90a1b2be27df (diff)
downloadwireshark-b6c168413fa6cc6b8694ff2f21ad14fe7d6dce1d.tar.gz
fix some GTK1 related comments
svn path=/trunk/; revision=24862
Diffstat (limited to 'gtk/export_object_http.c')
-rw-r--r--gtk/export_object_http.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/export_object_http.c b/gtk/export_object_http.c
index 39f1024c4e..ebfc58cf79 100644
--- a/gtk/export_object_http.c
+++ b/gtk/export_object_http.c
@@ -32,8 +32,7 @@
#include <glib.h>
#include <gtk/gtk.h>
-/* This feature has not been ported to GTK1 and uses some functions only
- * only available in GTK 2.4 and above. */
+/* This feature uses some functions only available in GTK 2.4 and above. */
#if GTK_CHECK_VERSION(2,4,0)
#include <epan/dissectors/packet-http.h>