aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.c
diff options
context:
space:
mode:
Diffstat (limited to 'color_filters.c')
-rw-r--r--color_filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/color_filters.c b/color_filters.c
index 61f4a462ef..99343d389d 100644
--- a/color_filters.c
+++ b/color_filters.c
@@ -465,7 +465,7 @@ write_filters_file(FILE *f, gboolean only_marked)
data.f = f;
data.only_marked = only_marked;
- fprintf(f,"# DO NOT EDIT THIS FILE! It was created by Ethereal\n");
+ fprintf(f,"# DO NOT EDIT THIS FILE! It was created by Wireshark\n");
g_slist_foreach(color_filter_list, write_filter, &data);
return TRUE;
}