summaryrefslogtreecommitdiff
path: root/epan/expert.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-01-14 11:15:46 -0800
committerGerald Combs <gerald@wireshark.org>2016-06-10 16:44:17 +0000
commit00d36c7888b5d3e9c02cd3302021af0d184cb9d0 (patch)
treef61068a0deb845c959c3fab5fd0d30eb820656e4 /epan/expert.c
parent237f2d400669aec77dabfba29c9d4cbbd75d246e (diff)
downloadwireshark-00d36c7888b5d3e9c02cd3302021af0d184cb9d0.tar.gz
Qt: Expert info grouping.
Add the ability to group expert info items by summary and enable it by default. This more closely matches the GTK+ UI behavior. Show matching item counts while we're here. Bug: 12218 Change-Id: Ic02267da8435fb70015de8dd15e0ac46faabbee9 Reviewed-on: https://code.wireshark.org/review/15796 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'epan/expert.c')
-rw-r--r--epan/expert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/expert.c b/epan/expert.c
index c9f7c96e9d..c4d106e7f6 100644
--- a/epan/expert.c
+++ b/epan/expert.c
@@ -90,7 +90,7 @@ const value_string expert_group_vals[] = {
const value_string expert_severity_vals[] = {
{ PI_ERROR, "Error" },
- { PI_WARN, "Warn" },
+ { PI_WARN, "Warning" },
{ PI_NOTE, "Note" },
{ PI_CHAT, "Chat" },
{ PI_COMMENT, "Comment" },