aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/flow_graph.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/flow_graph.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/flow_graph.c')
-rw-r--r--gtk/flow_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/flow_graph.c b/gtk/flow_graph.c
index 978baf18b7..056a9147c0 100644
--- a/gtk/flow_graph.c
+++ b/gtk/flow_graph.c
@@ -559,7 +559,7 @@ void
register_tap_listener_flow_graph(void)
{
register_stat_cmd_arg("flow_graph",flow_graph_init_tap);
- register_stat_menu_item("Flow graph", REGISTER_STAT_GROUP_NONE,
+ register_stat_menu_item("Flow graph...", REGISTER_STAT_GROUP_NONE,
flow_graph_launch, NULL, NULL, NULL);
}