aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/wsp_stat.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/wsp_stat.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/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index 08250e5087..6b52fb3ff3 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -344,10 +344,10 @@ gtk_wspstat_init(const char *optarg, void *userdata _U_)
sp->pdu_stats=g_malloc( (sp->num_pdus+1) * sizeof( wsp_pdu_t) );
if(filter){
sp->filter=g_strdup(filter);
- title=g_strdup_printf("Ethereal: WAP-WSP statistics with filter: %s", filter);
+ title=g_strdup_printf("Wireshark: WAP-WSP statistics with filter: %s", filter);
} else {
sp->filter=NULL;
- title=g_strdup("Ethereal: WAP-WSP statistics");
+ title=g_strdup("Wireshark: WAP-WSP statistics");
}
for (i=0;i<=sp->num_pdus; i++)
{