Wireshark-commits: [Wireshark-commits] master-2.2 4bd098c: CaptureFile.fileTitle() is for display,
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 03 Jul 2018 22:42:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4bd098cb755367c14bb70046d3709633634b0f7a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

4bd098c by Guy Harris (guy@xxxxxxxxxxxx):

    CaptureFile.fileTitle() is for display, not for file name processing.
    
    Don't use CaptureFile.fileTitle() if you're constructing a pathname; use
    it only if you're constructing a window title.
    
    Change-Id: I40f225ddb07be2f7dc3ae03108dae816846f20c7
    Reviewed-on: https://code.wireshark.org/review/28582
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit d76db1de783dca7fd99d7e663d7be4031ae426de)
    Reviewed-on: https://code.wireshark.org/review/28585
    

Actions performed:

    from  d07f7ce   [Automatic update for 2018-07-01]
    adds  4bd098c   CaptureFile.fileTitle() is for display, not for file name processing.


Summary of changes:
 ui/qt/iax2_analysis_dialog.cpp | 2 +-
 ui/qt/io_graph_dialog.cpp      | 2 +-
 ui/qt/rtp_analysis_dialog.cpp  | 2 +-
 ui/qt/rtp_stream_dialog.cpp    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)