summaryrefslogtreecommitdiff
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-05-23 02:33:24 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-05-23 02:33:24 +0000
commit95caa8f19c58d0a54c55d2908d9c5666dffb9084 (patch)
treeea20e48944d6df55d8a22be977ffbd4ce52d9c9b /gtk/help_dlg.c
parentd6e94dafb32fa0c3ec17dc9162fce4b65458e5f6 (diff)
downloadwireshark-95caa8f19c58d0a54c55d2908d9c5666dffb9084.tar.gz
Change references to follow TCP stream to just follow stream to reflect
the multi-purpose nature of the follow_stream.c code (you can also follow SSL and UDP streams with it.) svn path=/trunk/; revision=25363
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 5d53717df2..1d6b7f4e6f 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -275,7 +275,7 @@ topic_action(topic_action_e action)
case(HELP_DECODE_AS_SHOW_DIALOG):
help_topic_html("ChCustProtocolDissectionSection.html");
break;
- case(HELP_FOLLOW_TCP_STREAM_DIALOG):
+ case(HELP_FOLLOW_STREAM_DIALOG):
help_topic_html("ChAdvFollowTCPSection.html");
break;
case(HELP_EXPERT_INFO_DIALOG):