From b8c063ef164816a7fe94d9283688d1a4fdf6bf1f Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 21 Aug 2005 10:29:47 +0000 Subject: 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 --- gtk/mgcp_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/mgcp_stat.c') 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); } } -- cgit v1.2.3