aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mgcp_stat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-17 19:39:34 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-17 19:39:34 +0000
commita1ebf3a9b72bac49c9bbc58932a419f2d3285ee4 (patch)
tree0ac60ae3ae158fbad955dd9e753329189de205fa /gtk/mgcp_stat.c
parent797662559cf5e4c64023c4fbbb7d684cad7017de (diff)
Have "register_tap_menu_item()" put the item under Tools, not
Tools/Statistics; change the taps to put things under Statistics themselves. That allows taps to go elsewhere if appropriate. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8488 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/mgcp_stat.c')
-rw-r--r--gtk/mgcp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c
index 69eaa85a68..e3fd437d60 100644
--- a/gtk/mgcp_stat.c
+++ b/gtk/mgcp_stat.c
@@ -2,7 +2,7 @@
* mgcp-statistics for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: mgcp_stat.c,v 1.12 2003/09/15 22:16:08 guy Exp $
+ * $Id: mgcp_stat.c,v 1.13 2003/09/17 19:39:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -394,6 +394,6 @@ void
register_tap_menu_gtkmgcpstat(void)
{
if (find_tap_id("mgcp"))
- register_tap_menu_item("Service Response Time/MGCP", gtk_mgcpstat_cb);
+ register_tap_menu_item("Statistics/Service Response Time/MGCP", gtk_mgcpstat_cb);
}