Wireshark-commits: [Wireshark-commits] master-2.2 48a7576: Qt: Fix simple_dialog formatting.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 Nov 2016 17:09:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48a757658235ab5d3eb3fdce027c14c94a5d08a4
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

48a7576 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix simple_dialog formatting.
    
    Make sure that simple_dialog displays plain text. Trim whitespace
    and remove excessive newlines in order to improve message formatting.
    Add a comment about simple_dialog's behavior in Qt and GTK+ and how it
    might be improved.
    
    Bug: 13178
    Change-Id: Ic6ff3cecd5ef1d76ec095d7a409f38e602b41ce2
    Reviewed-on: https://code.wireshark.org/review/18985
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 72427192723869535fb938425ddf8c5c4568ab5c)
    Reviewed-on: https://code.wireshark.org/review/18992
    

Actions performed:

    from  b3613a9   Qt: fix GoToPacket when Voip Calls dialog is closed
    adds  48a7576   Qt: Fix simple_dialog formatting.


Summary of changes:
 dumpcap.c               |    2 +-
 ui/qt/simple_dialog.cpp |   21 +++++++++------------
 ui/simple_dialog.h      |   31 ++++++++++++++++++++++++++-----
 3 files changed, 36 insertions(+), 18 deletions(-)