aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:21:22 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:21:22 +0000
commit6075ec39fb8bd9d57bda37c7dd07c2a6ef3d5c93 (patch)
tree9965ecb160280dc9ff430db72322b3203b53a3ac /gtk
parentf0b33a47893e76488561e57d6c2dce07a1295d4b (diff)
ethereal->wireshark
svn path=/trunk/; revision=18207
Diffstat (limited to 'gtk')
-rw-r--r--gtk/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 4d64ce84ef..ffee252f88 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -3275,13 +3275,13 @@ welcome_new(void)
#if (GLIB_MAJOR_VERSION >= 2)
item_hb = welcome_item(GTK_STOCK_HOME,
"Home",
- "Visit the Ethereal homepage",
+ "Visit the Wireshark homepage",
GTK_SIGNAL_FUNC(topic_cb), GINT_TO_POINTER(ONLINEPAGE_HOME));
gtk_box_pack_start(GTK_BOX(welcome_vb), item_hb, TRUE, FALSE, 5);
item_hb = welcome_item(ETHEREAL_STOCK_WEB_SUPPORT,
"User's Guide",
- "Open the Ethereal User's Guide",
+ "Open the Wireshark User's Guide",
GTK_SIGNAL_FUNC(topic_cb), GINT_TO_POINTER(ONLINEPAGE_USERGUIDE));
gtk_box_pack_start(GTK_BOX(welcome_vb), item_hb, TRUE, FALSE, 5);
#endif