aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_counter.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/h225_counter.c
parent997601f7545b9b6ca38400d0ec0f06f8c6c128d8 (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. svn path=/trunk/; revision=15495
Diffstat (limited to 'gtk/h225_counter.c')
-rw-r--r--gtk/h225_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index 38505d9aba..b82cb051f7 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -562,6 +562,6 @@ gtk_h225counter_init(const char *optarg)
void
register_tap_listener_gtk_h225counter(void)
{
- register_dfilter_stat(&h225_counter_dlg, "H.225...",
+ register_dfilter_stat(&h225_counter_dlg, "H.225",
REGISTER_STAT_GROUP_TELEPHONY);
}