aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mgcp_stat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-21 10:29:47 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-21 10:29:47 +0000
commitb8c063ef164816a7fe94d9283688d1a4fdf6bf1f (patch)
tree350a68c3126cdfcd5f5fea0d0ef9fc61bc03d9ae /gtk/mgcp_stat.c
parent5cf55470603b7794e82515177a411a2a7cad557b (diff)
Have "register_dfilter_stat()" add "..." to the menu item, as all menu
items registered with it pop up a dialog box before displaying the stat. Don't pass a name with "..." to it. Put "..." into other menu items that pop up a dialog box before displaying the stat; remove "..." from other menu items that don't. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15495 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/mgcp_stat.c')
-rw-r--r--gtk/mgcp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c
index 1fc13ff188..2d57132fce 100644
--- a/gtk/mgcp_stat.c
+++ b/gtk/mgcp_stat.c
@@ -326,7 +326,7 @@ register_tap_listener_gtkmgcpstat(void)
{
/* We don't register this tap, if we don't have the mgcp plugin loaded.*/
if (find_tap_id("mgcp")) {
- register_dfilter_stat(&mgcp_srt_dlg, "MGCP...",
+ register_dfilter_stat(&mgcp_srt_dlg, "MGCP",
REGISTER_STAT_GROUP_RESPONSE_TIME);
}
}