Wireshark-commits: [Wireshark-commits] master-2.4 4e5ad9f: CaptureFile.fileTitle() is for display,

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 03 Jul 2018 22:41:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e5ad9fe567d0312ee1ae8789e7c85cfc7fafee1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

4e5ad9f 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/28584
    

Actions performed:

    from  0c4f5b0   [Automatic update for 2018-07-01]
    adds  4e5ad9f   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(-)