aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-05-22 07:29:40 +0000
committerGuy Harris <guy@alum.mit.edu>2006-05-22 07:29:40 +0000
commit92552c2d765dcf89883392fcd11556d54f2843e5 (patch)
treebb7476c5cd4845fce70a943d87cab8ddb12fe41d /gtk/proto_dlg.c
parent4c4664721edb7f9f7b9886a881d913e4dff2043a (diff)
Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
strings, and function names. svn path=/trunk/; revision=18205
Diffstat (limited to 'gtk/proto_dlg.c')
-rw-r--r--gtk/proto_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c
index 248e333cf4..1799b99bfe 100644
--- a/gtk/proto_dlg.c
+++ b/gtk/proto_dlg.c
@@ -113,7 +113,7 @@ proto_cb(GtkWidget *w _U_, gpointer data _U_)
return;
}
- proto_w = dlg_window_new("Ethereal: Enabled Protocols");
+ proto_w = dlg_window_new("Wireshark: Enabled Protocols");
gtk_window_set_default_size(GTK_WINDOW(proto_w), DEF_WIDTH * 2/3, DEF_HEIGHT);
/* Container for each row of widgets */