aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_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/find_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/find_dlg.c')
-rw-r--r--gtk/find_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/find_dlg.c b/gtk/find_dlg.c
index 624494f2b7..82aeb09d3d 100644
--- a/gtk/find_dlg.c
+++ b/gtk/find_dlg.c
@@ -123,7 +123,7 @@ find_frame_cb(GtkWidget *w _U_, gpointer d _U_)
/* No Apply button, but "OK" not only sets our text widget, it
activates it (i.e., it causes us to do the search). */
static construct_args_t args = {
- "Ethereal: Search Filter",
+ "Wireshark: Search Filter",
FALSE,
TRUE,
FALSE
@@ -135,7 +135,7 @@ find_frame_cb(GtkWidget *w _U_, gpointer d _U_)
return;
}
- find_frame_w = dlg_window_new("Ethereal: Find Packet");
+ find_frame_w = dlg_window_new("Wireshark: Find Packet");
tooltips = gtk_tooltips_new ();