aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/endpoint_talkers_tcpip.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2004-01-03 18:05:57 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2004-01-03 18:05:57 +0000
commit5d7261eb78a84974c9137fe71c931bacafa054dc (patch)
treed5f0f0dbe9e5e65c915a4aa09f367b8e5ff1ef94 /gtk/endpoint_talkers_tcpip.c
parentf59b560eb701ba3568ebb4d26c9a2fc73a7960f0 (diff)
Make Analyze/Statistics have an accelerator of Alt+A S and move
Analyze/Summary to Alt+A Y. svn path=/trunk/; revision=9537
Diffstat (limited to 'gtk/endpoint_talkers_tcpip.c')
-rw-r--r--gtk/endpoint_talkers_tcpip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/endpoint_talkers_tcpip.c b/gtk/endpoint_talkers_tcpip.c
index 95b74affe7..99b36c03ce 100644
--- a/gtk/endpoint_talkers_tcpip.c
+++ b/gtk/endpoint_talkers_tcpip.c
@@ -1,7 +1,7 @@
/* endpoint_talkers_tcpip.c
* endpoint_talkers_tcpip 2003 Ronnie Sahlberg
*
- * $Id: endpoint_talkers_tcpip.c,v 1.21 2003/12/17 22:13:06 guy Exp $
+ * $Id: endpoint_talkers_tcpip.c,v 1.22 2004/01/03 18:05:56 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -81,7 +81,7 @@ gtk_tcpip_endpoints_cb(GtkWidget *w _U_, gpointer d _U_)
void
register_tap_menu_tcpip_talkers(void)
{
- register_tap_menu_item("Statistics/Conversation List/TCP (IPv4 IPv6)",
+ register_tap_menu_item("_Statistics/Conversation List/TCP (IPv4 IPv6)",
gtk_tcpip_endpoints_cb, NULL, NULL, NULL);
}