From 92552c2d765dcf89883392fcd11556d54f2843e5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 22 May 2006 07:29:40 +0000 Subject: Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI strings, and function names. svn path=/trunk/; revision=18205 --- gtk/capture_if_details_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/capture_if_details_dlg.c') diff --git a/gtk/capture_if_details_dlg.c b/gtk/capture_if_details_dlg.c index 8302ddfe06..f3939a9ff5 100644 --- a/gtk/capture_if_details_dlg.c +++ b/gtk/capture_if_details_dlg.c @@ -1998,7 +1998,7 @@ capture_if_details_open_win(char *iface) } /* open a new window */ - details_open_w = window_new(GTK_WINDOW_TOPLEVEL, "Ethereal: Interface Details"); + details_open_w = window_new(GTK_WINDOW_TOPLEVEL, "Wireshark: Interface Details"); /* Container for the window contents */ main_vb = gtk_vbox_new(FALSE, 12); -- cgit v1.2.3