summaryrefslogtreecommitdiff
path: root/gtk/wsp_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-21 10:29:47 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-21 10:29:47 +0000
commit195c549d1aa01dd7e8e8e48972f2ff814c7770c4 (patch)
tree350a68c3126cdfcd5f5fea0d0ef9fc61bc03d9ae /gtk/wsp_stat.c
parent997601f7545b9b6ca38400d0ec0f06f8c6c128d8 (diff)
downloadwireshark-195c549d1aa01dd7e8e8e48972f2ff814c7770c4.tar.gz
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. svn path=/trunk/; revision=15495
Diffstat (limited to 'gtk/wsp_stat.c')
-rw-r--r--gtk/wsp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c
index e4a0078264..c821a81e89 100644
--- a/gtk/wsp_stat.c
+++ b/gtk/wsp_stat.c
@@ -425,6 +425,6 @@ static tap_dfilter_dlg wsp_stat_dlg = {
void
register_tap_listener_gtkwspstat(void)
{
- register_dfilter_stat(&wsp_stat_dlg, "WAP-WSP...",
+ register_dfilter_stat(&wsp_stat_dlg, "WAP-WSP",
REGISTER_STAT_GROUP_TELEPHONY);
}