summaryrefslogtreecommitdiff
path: root/gtk/ansi_a_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_a_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_a_stat.c')
-rw-r--r--gtk/ansi_a_stat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/ansi_a_stat.c b/gtk/ansi_a_stat.c
index ac5024a46f..30e2d9be1b 100644
--- a/gtk/ansi_a_stat.c
+++ b/gtk/ansi_a_stat.c
@@ -5,7 +5,7 @@
*
* MUCH code modified from service_response_time_table.c.
*
- * $Id: ansi_a_stat.c,v 1.6 2003/12/17 22:13:05 guy Exp $
+ * $Id: ansi_a_stat.c,v 1.7 2004/01/03 18:05:55 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -551,6 +551,6 @@ register_tap_listener_gtkansi_a_stat(void)
void
register_tap_menu_gtkansi_a_stat(void)
{
- register_tap_menu_item("Statistics/ANSI A-Interface/BSMAP", ansi_a_stat_gtk_bsmap_cb, NULL, NULL ,NULL);
- register_tap_menu_item("Statistics/ANSI A-Interface/DTAP", ansi_a_stat_gtk_dtap_cb, NULL, NULL ,NULL);
+ register_tap_menu_item("_Statistics/ANSI A-Interface/BSMAP", ansi_a_stat_gtk_bsmap_cb, NULL, NULL ,NULL);
+ register_tap_menu_item("_Statistics/ANSI A-Interface/DTAP", ansi_a_stat_gtk_dtap_cb, NULL, NULL ,NULL);
}