summaryrefslogtreecommitdiff
path: root/gtk/scsi_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/scsi_stat.c
parent4c4664721edb7f9f7b9886a881d913e4dff2043a (diff)
downloadwireshark-92552c2d765dcf89883392fcd11556d54f2843e5.tar.gz
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/scsi_stat.c')
-rw-r--r--gtk/scsi_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/scsi_stat.c b/gtk/scsi_stat.c
index b7b5f4d9fc..db8445f00b 100644
--- a/gtk/scsi_stat.c
+++ b/gtk/scsi_stat.c
@@ -23,7 +23,7 @@
*/
/* This module provides rpc call/reply SRT (Server Response Time) statistics
- * to ethereal.
+ * to Wireshark.
*/
#ifdef HAVE_CONFIG_H
@@ -313,7 +313,7 @@ gtk_scsistat_cb(GtkWidget *w _U_, gpointer d _U_)
return;
}
- dlg=dlg_window_new("Ethereal: Compute SCSI SRT statistics");
+ dlg=dlg_window_new("Wireshark: Compute SCSI SRT statistics");
gtk_window_set_default_size(GTK_WINDOW(dlg), 300, -1);
dlg_box=gtk_vbox_new(FALSE, 10);