Wireshark-commits: [Wireshark-commits] master 06e5197: Qt: Improved testCaptureFileClose dialog tex

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 Jan 2016 18:03:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06e519786731a962403710d6cf30e8d4dabd42b2
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

06e5197 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Improved testCaptureFileClose dialog texts
    
    Make the "Unsaved packets" dialog question and informative text
    use the same layout for all cases.
    
    Added before_what texts when opening another file and closing the
    file.  Changed the texts for restarting the capture.
    
    Renamed FileCloseButtons to FileCloseContext to use it for other
    checks than just button texts.
    
    Change-Id: I4a39852a1c18e8ffb7fa6b5c800a84500f995bc8
    Reviewed-on: https://code.wireshark.org/review/13524
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  1c822e7   prefutils: Add convenience function
    adds  06e5197   Qt: Improved testCaptureFileClose dialog texts


Summary of changes:
 ui/qt/main_window.cpp       |  102 ++++++++++++++++++-------------------------
 ui/qt/main_window.h         |   10 ++---
 ui/qt/main_window_slots.cpp |   10 +++--
 3 files changed, 54 insertions(+), 68 deletions(-)