From 07e0a47740f7310e36078b65b1bd3be789fa7dea Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 1 Dec 2002 19:11:54 +0000 Subject: Update some text in the help dialog. Replace the large matrix of protocol togglebuttons with a GtkCList. The CList displays three columns: the enabled/disabled state, the protocol's abbreviated name and the protocol's full name. Protocols can be enabled or disabled by double-clicking on them. The enable all, disable all, and invert buttons were left intact. I made a half-assed attempt at Gtk2 support by copying code from plugins_dlg.c. It's incomplete, and probably won't compile. Using check boxes in the first column instead of the word "Disabled" would have been nice. GtkCLists don't let you embed anything besides text and pixmaps unfortunately. Update the man page accordingly. We still need a way to save a list of disabled protocols. svn path=/trunk/; revision=6707 --- gtk/help_dlg.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gtk/help_dlg.c') diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c index 6ba0366a4a..eb53b0e5ce 100644 --- a/gtk/help_dlg.c +++ b/gtk/help_dlg.c @@ -1,6 +1,6 @@ /* help_dlg.c * - * $Id: help_dlg.c,v 1.28 2002/11/11 15:39:05 oabad Exp $ + * $Id: help_dlg.c,v 1.29 2002/12/01 19:11:53 gerald Exp $ * * Laurent Deniel * @@ -330,12 +330,12 @@ static void insert_text(GtkWidget *w, char *buffer, int nchars) } static char *proto_help = -"The protocols (and packet types) currently supported by\n" -"Ethereal are the following:\n\n"; +"The following protocols (and packet types) are currently\n" +"supported by Ethereal:\n\n"; static char *dfilter_help = -"The following list shows all per-protocol fields that\n" -"can be used in a display filter:\n"; +"The following per-protocol fields can be used in display\n" +"filters:\n"; static char *cfilter_help = "Packet capturing is performed with the pcap library. The capture filter " -- cgit v1.2.3