Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
[obnox/wireshark/wip.git] / gtk / h225_counter.c
index d9536f3d5c0d18cdce7c69f57d632c544246923f..447fac787dfcb7620bbb02101ddb3712e87a2872 100644 (file)
@@ -1,5 +1,5 @@
 /* h225_counter.c
- * h225 message counter for ethereal
+ * H.225 message counter for Wireshark
  * Copyright 2003 Lars Roland
  *
  * $Id$
@@ -520,7 +520,7 @@ gtk_h225counter_init(const char *optarg, void *userdata _U_)
 
        h225counter_reset(hs);
 
-       hs->win=window_new(GTK_WINDOW_TOPLEVEL, "Ethereal: H225 counters");
+       hs->win=window_new(GTK_WINDOW_TOPLEVEL, "Wireshark: H.225 counters");
        gtk_window_set_default_size(GTK_WINDOW(hs->win), 400, 200);
 
        hs->vbox=gtk_vbox_new(FALSE, 3);