aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-08 18:36:31 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-08 18:36:31 +0000
commit32c867b4974c2d3e9f3b49b0c26487617c82e88e (patch)
tree32a699cec4d667ebc70b4fe491ff509ab6b85020 /epan/dissectors/packet-isup.c
parentfd87e2501de4c16d2f86138543eb183a473b82bb (diff)
From Kovarththanan Rajaratnam:
No letter-shortcuts in Telephony menu. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29028 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isup.c')
-rw-r--r--epan/dissectors/packet-isup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index f3fb938381..0f7d74b2dc 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -8256,7 +8256,7 @@ proto_register_isup(void)
&isup_apm_desegment);
/* Register the stats_tree */
- stats_tree_register_with_group("isup", "isup_msg", "ISUP Messages",
+ stats_tree_register_with_group("isup", "isup_msg", "_ISUP Messages",
0, msg_stats_tree_packet, msg_stats_tree_init,
NULL, REGISTER_STAT_GROUP_TELEPHONY);
}