aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fileset_dlg.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 07:29:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 07:29:40 +0000
commitd33e03cac01be1f8b358fd6fd25a9c1221a0910f (patch)
treebb7476c5cd4845fce70a943d87cab8ddb12fe41d /gtk/fileset_dlg.c
parente4adc6ff405a70498984521cb05d512b48611b45 (diff)
Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
strings, and function names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18205 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/fileset_dlg.c')
-rw-r--r--gtk/fileset_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/fileset_dlg.c b/gtk/fileset_dlg.c
index a0a01b0bd6..09940c8ca8 100644
--- a/gtk/fileset_dlg.c
+++ b/gtk/fileset_dlg.c
@@ -210,7 +210,7 @@ fileset_dlg_add_file(fileset_entry *entry) {
gtk_widget_set_sensitive(fs_lb, entry->current);
gtk_widget_show(fs_lb);
- title = g_strdup_printf("Ethereal: %u File%s in Set", row, plurality(row, "", "s"));
+ title = g_strdup_printf("Wireshark: %u File%s in Set", row, plurality(row, "", "s"));
gtk_window_set_title(GTK_WINDOW(fs_w), title);
g_free(title);
@@ -257,7 +257,7 @@ fileset_init_table(GtkWidget *parent)
gtk_widget_hide(fs_tb);
- gtk_window_set_title(GTK_WINDOW(fs_w), "Ethereal: 0 Files in Set");
+ gtk_window_set_title(GTK_WINDOW(fs_w), "Wireshark: 0 Files in Set");
gtk_label_set(GTK_LABEL(fs_dir_lb), "No capture file loaded!");