aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_error_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/sctp_error_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/sctp_error_dlg.c')
-rw-r--r--gtk/sctp_error_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_error_dlg.c b/gtk/sctp_error_dlg.c
index 0489770d15..b9f09f1c16 100644
--- a/gtk/sctp_error_dlg.c
+++ b/gtk/sctp_error_dlg.c
@@ -152,7 +152,7 @@ gtk_sctperror_dlg(void)
GtkWidget *column_lb;
int i;
- sctp_error_dlg_w = window_new (GTK_WINDOW_TOPLEVEL, "Ethereal: SCTP Associations");
+ sctp_error_dlg_w = window_new (GTK_WINDOW_TOPLEVEL, "Wireshark: SCTP Associations");
gtk_window_set_position (GTK_WINDOW (sctp_error_dlg_w), GTK_WIN_POS_CENTER);
SIGNAL_CONNECT(sctp_error_dlg_w, "destroy", dlg_destroy,NULL);