Wireshark-commits: [Wireshark-commits] master 7242719: Qt: Fix simple_dialog formatting.

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

Commits:

7242719 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>
    

Actions performed:

    from  ff0371e   ssl,dtls: add expert info for overly large record lengths
    adds  7242719   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(-)