summaryrefslogtreecommitdiff
path: root/gtk/bootp_stat.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/bootp_stat.c
parentf59b560eb701ba3568ebb4d26c9a2fc73a7960f0 (diff)
downloadwireshark-5d7261eb78a84974c9137fe71c931bacafa054dc.tar.gz
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/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index 12fc39296e..fafafe9b32 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -1,7 +1,7 @@
/* bootp_stat.c
* boop_stat 2003 Jean-Michel FAYARD
*
- * $Id: bootp_stat.c,v 1.9 2003/12/17 22:13:06 guy Exp $
+ * $Id: bootp_stat.c,v 1.10 2004/01/03 18:05:55 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -375,6 +375,6 @@ register_tap_listener_gtkdhcpstat(void)
void
register_tap_menu_gtkdhcpstat(void)
{
- register_tap_menu_item("Statistics/Watch protocol/BOOTP-DHCP...",
+ register_tap_menu_item("_Statistics/Watch protocol/BOOTP-DHCP...",
gtk_dhcpstat_cb, NULL, NULL, NULL);
}