aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 07:29:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 07:29:40 +0000
commitd33e03cac01be1f8b358fd6fd25a9c1221a0910f (patch)
treebb7476c5cd4845fce70a943d87cab8ddb12fe41d /gtk/tcp_graph.c
parente4adc6ff405a70498984521cb05d512b48611b45 (diff)
Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
strings, and function names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18205 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r--gtk/tcp_graph.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index ccd990284c..26cec19772 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -472,7 +472,7 @@ static int rint (double ); /* compiler template for Windows */
static char helptext[] =
#ifndef _WIN32
"Here's what you can do:\n\
-- Left Mouse Button selects segment in ethereal's packet list\n\
+- Left Mouse Button selects segment in Wireshark's packet list\n\
- Middle Mouse Button zooms in\n\
- <shift>-Middle Button zooms out\n\
- Right Mouse Button moves the graph (if zoomed in)\n\
@@ -483,7 +483,7 @@ static char helptext[] =
";
#else /* _WIN32 */
"Here's what you can do:\n\
-- <ctrl>-Left Mouse Button selects segment in ethereal's packet list\n\
+- <ctrl>-Left Mouse Button selects segment in Wireshark's packet list\n\
- Left Mouse Button zooms in\n\
- <shift>-Left Mouse Button zooms out\n\
- Right Mouse Button moves the graph (if zoomed in)\n\
@@ -536,7 +536,7 @@ static void create_text_widget (struct graph *g)
GtkWidget *streamwindow, *txt_scrollw, *box;
debug(DBS_FENTRY) puts ("create_text_widget()");
- streamwindow = dlg_window_new ("Ethereal: Packet chain");
+ streamwindow = dlg_window_new ("Wireshark: Packet chain");
gtk_widget_set_name (streamwindow, "Packet chain");
WIDGET_SET_SIZE(streamwindow, TXT_WIDTH, TXT_HEIGHT);
gtk_container_border_width (GTK_CONTAINER(streamwindow), 2);
@@ -833,7 +833,7 @@ static void control_panel_create (struct graph *g)
control_panel_add_graph_type_page (g, notebook);
g_snprintf (window_title, WINDOW_TITLE_LENGTH,
- "Graph %d - Control - Ethereal", refnum);
+ "Graph %d - Control - Wireshark", refnum);
toplevel = dlg_window_new ("tcp-graph-control");
gtk_window_set_title(GTK_WINDOW(toplevel), window_title);