Wireshark-commits: [Wireshark-commits] master 744c57b: UI: Follow Stream "Show and save data as" ->
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Aug 2020 23:56:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=744c57b42c5bc0c36b97fc120124fd57e8e4235b
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

744c57b by John Thacker (johnthacker@xxxxxxxxx):

    UI: Follow Stream "Show and save data as" -> "Show data as"
    
    "Save as" in Follow Stream saves whatever is displayed (except for
    Raw), and has long always saved in UTF-8 encoding. (A few things are always
    ASCII, which is still valid UTF-8.) The older description of "Show data as"
    makes more sense here, as otherwise it implies data will be saved in the
    original encoding instead of UTF-8. A checkbox or similar to save in the
    original encoding instead of UTF-8 is a possible future enhancement.
    
    Change-Id: I2d5016e9a974d5d614ff93eab0301ea0ce96108e
    Reviewed-on: https://code.wireshark.org/review/37771
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  74e917f   wiretap: have wtap_dump_flush(), and its callers, check for errors.
     add  744c57b   UI: Follow Stream "Show and save data as" -> "Show data as"


Summary of changes:
 ui/qt/follow_stream_dialog.ui | 2 +-
 ui/qt/wireshark_de.ts         | 6 +++---
 ui/qt/wireshark_en.ts         | 4 ++--
 ui/qt/wireshark_es.ts         | 6 +++---
 ui/qt/wireshark_fr.ts         | 4 ++--
 ui/qt/wireshark_it.ts         | 6 +++---
 ui/qt/wireshark_ja_JP.ts      | 6 +++---
 ui/qt/wireshark_pl.ts         | 6 +++---
 ui/qt/wireshark_ru.ts         | 6 +++---
 ui/qt/wireshark_sv.ts         | 6 +++---
 ui/qt/wireshark_uk.ts         | 4 ++--
 ui/qt/wireshark_zh_CN.ts      | 6 +++---
 12 files changed, 31 insertions(+), 31 deletions(-)