URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d76db1de783dca7fd99d7e663d7be4031ae426de
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d76db1d 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>
Actions performed:
from 670377f Don't show temporary file names in title bars.
adds d76db1d 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(-)