Wireshark-commits: [Wireshark-commits] master 372fc9f: Qt: Fix Preference dialog translation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 09 Aug 2019 11:03:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=372fc9ff6ce9d6c3b0860694876d7a16435901e3
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

372fc9f by Roland Knall (rknall@xxxxxxxxx):

    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@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  a41c7aa   Update the set of buildbots to the current reality.
     add  372fc9f   Qt: Fix Preference dialog translation


Summary of changes:
 ui/qt/filter_expression_frame.cpp     |  2 +-
 ui/qt/main_window_slots.cpp           |  4 +--
 ui/qt/models/pref_models.cpp          | 52 +++++++++++++++++++----------------
 ui/qt/models/pref_models.h            | 24 ++++++++--------
 ui/qt/preferences_dialog.cpp          | 18 ++++++------
 ui/qt/widgets/display_filter_edit.cpp |  2 +-
 ui/qt/widgets/packet_list_header.cpp  |  2 +-
 ui/qt/widgets/pref_module_view.cpp    |  2 +-
 8 files changed, 56 insertions(+), 50 deletions(-)