aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/utils/wireshark_mime_data.cpp
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2017-11-12 11:56:10 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2017-11-12 12:28:25 +0000
commit8e5436687a46de93ee40f4e8ab510cdc5768f9a5 (patch)
treed21c8f4b5f7eefe6ba9e22ff8cf2b86fafaf1161 /ui/qt/utils/wireshark_mime_data.cpp
parent98ca698a3705336a75020e03ba2ec5e6d80e34cc (diff)
Qt: Clear up the label
The modifier key is a hidden option for now, with the label only showing the filter expression and the description Change-Id: I4c983ed0d4fadbd69f0836ecfc85ea8e1109478e Reviewed-on: https://code.wireshark.org/review/24379 Reviewed-by: Roland Knall <rknall@gmail.com> Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/utils/wireshark_mime_data.cpp')
-rw-r--r--ui/qt/utils/wireshark_mime_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/utils/wireshark_mime_data.cpp b/ui/qt/utils/wireshark_mime_data.cpp
index 1a125784d9..24b4111d94 100644
--- a/ui/qt/utils/wireshark_mime_data.cpp
+++ b/ui/qt/utils/wireshark_mime_data.cpp
@@ -45,7 +45,7 @@ QString DisplayFilterMimeData::field() const
QString DisplayFilterMimeData::labelText() const
{
- return QString("%1\n%2: %3\n%4: %5").arg(description_, tr("Field"), field_, tr("Filter"), filter_);
+ return QString("%1\n%2").arg(description_, filter_);
}
ToolbarEntryMimeData::ToolbarEntryMimeData(int pos) :