Wireshark-commits: [Wireshark-commits] master e37a7ab: Remove duplicate status messages.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 02 Apr 2020 08:13:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e37a7abf56d9e2df8db35303ff15df0adff1a61a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e37a7ab by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Remove duplicate status messages.
    
    Adding back progress titles in g3069129fe5 revealed the fact that we had
    duplicate messages in the Qt UI and in file.c. Remove the ones in file.c
    in favor of the Qt UI, since the latter are translated.
    
    Change-Id: I5ff8f1bd34e963e9e66c01420ad8c5fe9c2f0caa
    Reviewed-on: https://code.wireshark.org/review/36646
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3885912   proto: fix invalid types in hf check routine.
     add  e37a7ab   Remove duplicate status messages.


Summary of changes:
 file.c                 | 16 +++++-----
 ui/qt/search_frame.cpp | 80 ++++++++++++++++++++++++--------------------------
 2 files changed, 46 insertions(+), 50 deletions(-)