summaryrefslogtreecommitdiff
path: root/gtk/proto_draw.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-05-22 07:29:40 +0000
committerGuy Harris <guy@alum.mit.edu>2006-05-22 07:29:40 +0000
commit92552c2d765dcf89883392fcd11556d54f2843e5 (patch)
treebb7476c5cd4845fce70a943d87cab8ddb12fe41d /gtk/proto_draw.c
parent4c4664721edb7f9f7b9886a881d913e4dff2043a (diff)
downloadwireshark-92552c2d765dcf89883392fcd11556d54f2843e5.tar.gz
Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI
strings, and function names. svn path=/trunk/; revision=18205
Diffstat (limited to 'gtk/proto_draw.c')
-rw-r--r--gtk/proto_draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index 8c688c0012..8511daa4db 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -971,7 +971,7 @@ void savehex_cb(GtkWidget * w _U_, gpointer data _U_)
/*
* Build the dialog box we need.
*/
- savehex_dlg = file_selection_new("Ethereal: Export Selected Packet Bytes", FILE_SELECTION_SAVE);
+ savehex_dlg = file_selection_new("Wireshark: Export Selected Packet Bytes", FILE_SELECTION_SAVE);
/* label */
label = g_strdup_printf("Will save %u %s of raw binary data to specified file.",
@@ -1569,7 +1569,7 @@ set_ptree_sel_browse(GtkWidget *tree, gboolean val)
selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(tree));
#endif
/* 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
+ I think "browse" in Wireshark makes more sense than "SINGLE" in
GTK+ */
if (val) {
#if GTK_MAJOR_VERSION < 2