aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_counter.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/h225_counter.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/h225_counter.c')
-rw-r--r--gtk/h225_counter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index d9bbd917ec..eb023d5bb0 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -2,7 +2,7 @@
* h225 message counter for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_counter.c,v 1.6 2003/12/19 23:41:55 guy Exp $
+ * $Id: h225_counter.c,v 1.7 2004/01/03 18:05:56 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -521,6 +521,6 @@ register_tap_listener_gtk_h225counter(void)
void
register_tap_menu_gtk_h225counter(void)
{
- register_tap_menu_item("Statistics/Watch protocol/ITU-T H.225...",
+ register_tap_menu_item("_Statistics/Watch protocol/ITU-T H.225...",
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(h225_counter_dlg));
}