aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/packet_list.c')
-rw-r--r--gtk/packet_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/packet_list.c b/gtk/packet_list.c
index 61b697d210..d9b6038058 100644
--- a/gtk/packet_list.c
+++ b/gtk/packet_list.c
@@ -427,7 +427,7 @@ packet_list_set_sel_browse(gboolean val)
static GtkSelectionMode mode = GTK_SELECTION_MULTIPLE;
/* Yeah, GTK uses "browse" in the case where we do not, but oh well. I
- * think "browse" in Ethereal makes more sense than "SINGLE" in GTK+ */
+ * think "browse" in Wireshark makes more sense than "SINGLE" in GTK+ */
new_mode = val ? GTK_SELECTION_SINGLE : GTK_SELECTION_BROWSE;
if (mode == new_mode) {