aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/decode_as_dlg.c')
-rw-r--r--gtk/decode_as_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/decode_as_dlg.c b/gtk/decode_as_dlg.c
index 7cc67a4902..3f1f161b07 100644
--- a/gtk/decode_as_dlg.c
+++ b/gtk/decode_as_dlg.c
@@ -543,7 +543,7 @@ decode_show_cb (GtkWidget * w _U_, gpointer data _U_)
return;
}
- decode_show_w = dlg_window_new("Ethereal: Decode As: Show");
+ decode_show_w = dlg_window_new("Wireshark: Decode As: Show");
/* Provide a minimum of a couple of rows worth of data */
gtk_window_set_default_size(GTK_WINDOW(decode_show_w), -1, E_DECODE_MIN_HEIGHT);
@@ -1880,7 +1880,7 @@ decode_as_cb (GtkWidget * w _U_, gpointer data _U_)
}
requested_action = E_DECODE_YES;
- decode_w = dlg_window_new("Ethereal: Decode As");
+ decode_w = dlg_window_new("Wireshark: Decode As");
/* Provide a minimum of a couple of rows worth of data */
gtk_window_set_default_size(GTK_WINDOW(decode_w), -1, E_DECODE_MIN_HEIGHT);