summaryrefslogtreecommitdiff
path: root/gtk/ansi_map_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/ansi_map_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/ansi_map_stat.c')
-rw-r--r--gtk/ansi_map_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index 2160c496bc..826e484e68 100644
--- a/gtk/ansi_map_stat.c
+++ b/gtk/ansi_map_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_map_stat.c,v 1.7 2003/12/21 22:24:41 guy Exp $
+ * $Id: ansi_map_stat.c,v 1.8 2004/01/03 18:05:55 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -482,5 +482,5 @@ register_tap_listener_gtkansi_map_stat(void)
void
register_tap_menu_gtkansi_map_stat(void)
{
- register_tap_menu_item("Statistics/ANSI MAP Operation", ansi_map_stat_gtk_cb, NULL, NULL, NULL);
+ register_tap_menu_item("_Statistics/ANSI MAP Operation", ansi_map_stat_gtk_cb, NULL, NULL, NULL);
}