diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2008-05-23 02:33:24 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2008-05-23 02:33:24 +0000 |
commit | 95caa8f19c58d0a54c55d2908d9c5666dffb9084 (patch) | |
tree | ea20e48944d6df55d8a22be977ffbd4ce52d9c9b /gtk/follow_stream.c | |
parent | d6e94dafb32fa0c3ec17dc9162fce4b65458e5f6 (diff) | |
download | wireshark-95caa8f19c58d0a54c55d2908d9c5666dffb9084.tar.gz wireshark-95caa8f19c58d0a54c55d2908d9c5666dffb9084.tar.bz2 wireshark-95caa8f19c58d0a54c55d2908d9c5666dffb9084.zip |
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/follow_stream.c')
-rw-r--r-- | gtk/follow_stream.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/follow_stream.c b/gtk/follow_stream.c index a0b63e2498..e7eab0f407 100644 --- a/gtk/follow_stream.c +++ b/gtk/follow_stream.c @@ -493,9 +493,9 @@ follow_print_stream(GtkWidget * w _U_, gpointer data) } /* - * Keep a static pointer to the current "Save TCP Follow Stream As" window, if + * Keep a static pointer to the current "Save Follow Stream As" window, if * any, so that if somebody tries to do "Save" - * while there's already a "Save TCP Follow Stream" window up, we just pop + * while there's already a "Save Follow Stream" window up, we just pop * up the existing one, rather than creating a new one. */ void @@ -849,7 +849,7 @@ follow_stream(gchar *title, follow_info_t *follow_info, if(topic_available(HELP_FILESET_DIALOG)) { button = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP); g_signal_connect(button, "clicked", G_CALLBACK(topic_cb), - (gpointer)HELP_FOLLOW_TCP_STREAM_DIALOG); + (gpointer)HELP_FOLLOW_STREAM_DIALOG); } /* Tuck away the follow_info object into the window */ |