aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.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/voip_calls_dlg.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/voip_calls_dlg.c')
-rw-r--r--gtk/voip_calls_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/voip_calls_dlg.c b/gtk/voip_calls_dlg.c
index 69ea75a2f0..7ab19896c1 100644
--- a/gtk/voip_calls_dlg.c
+++ b/gtk/voip_calls_dlg.c
@@ -812,7 +812,7 @@ void
register_tap_listener_voip_calls_dlg(void)
{
register_stat_cmd_arg("voip,calls",voip_calls_init_tap);
- register_stat_menu_item("VoIP Calls...", REGISTER_STAT_GROUP_TELEPHONY,
+ register_stat_menu_item("VoIP Calls", REGISTER_STAT_GROUP_TELEPHONY,
voip_calls_launch, NULL, NULL, NULL);
}