Wireshark-commits: [Wireshark-commits] master 4d697b5: Qt: Don't append a empty custom window title

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 24 Sep 2018 07:48:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d697b55be9108a1cee4e374f1132c8fec8fddf3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4d697b5 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Don't append a empty custom window title
    
    The recently introduced %F in custom window title is empty when no
    capture file is loaded. Check for this to avoid having a trailing
    UTF8_EM_DASH or "[]" in the title.
    
    Change-Id: I5fb0832a2898501cb128bd52b22a4dc5f3ad4f4e
    Reviewed-on: https://code.wireshark.org/review/29800
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  259d6c4   radius(travelping): sync with FreeRADIUS
     add  4d697b5   Qt: Don't append a empty custom window title


Summary of changes:
 ui/qt/main_window.cpp | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)