aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets/packet_list_header.cpp
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2019-08-09 11:28:04 +0200
committerRoland Knall <rknall@gmail.com>2019-08-09 11:03:07 +0000
commit372fc9ff6ce9d6c3b0860694876d7a16435901e3 (patch)
tree920a4f571403d54abbb191ca970c78f3f86213c5 /ui/qt/widgets/packet_list_header.cpp
parenta41c7aa2238288f894b32c78c34c490f4f42211f (diff)
Qt: Fix Preference dialog translation
The title names of each section are not presented correctly Bug: 15977 Change-Id: I68ab0fb6fc7131f9d2af67fa38c509ed6808c7d3 Reviewed-on: https://code.wireshark.org/review/34218 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/widgets/packet_list_header.cpp')
-rw-r--r--ui/qt/widgets/packet_list_header.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/widgets/packet_list_header.cpp b/ui/qt/widgets/packet_list_header.cpp
index 8750672efe..f901d28570 100644
--- a/ui/qt/widgets/packet_list_header.cpp
+++ b/ui/qt/widgets/packet_list_header.cpp
@@ -252,7 +252,7 @@ void PacketListHeader::setAlignment(QAction *action)
void PacketListHeader::showColumnPrefs()
{
- emit showColumnPreferences(PrefsModel::COLUMNS_PREFERENCE_TREE_NAME);
+ emit showColumnPreferences(PrefsModel::typeToString(PrefsModel::Columns));
}
void PacketListHeader::doEditColumn()