aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-12-01 19:11:54 +0000
committerGerald Combs <gerald@wireshark.org>2002-12-01 19:11:54 +0000
commit07e0a47740f7310e36078b65b1bd3be789fa7dea (patch)
treea33364983a9780fe134db2b3f7a5214668e8f522 /gtk/help_dlg.c
parenteb6384af0d2121367ce99a7a21cf48153fd94bde (diff)
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
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c10
1 files changed, 5 insertions, 5 deletions
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 <deniel@worldnet.fr>
*
@@ -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 "