Wireshark-commits: [Wireshark-commits] master-2.0 7777feb: Label the filter in the file open dialog
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7777feba3c87abc6a4ce069168ac0e8ac5aa0c1e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
7777feb by Guy Harris (guy@xxxxxxxxxxxx):
Label the filter in the file open dialog as a "read filter".
This matches what the Windows file open dialog says, and also should
help prevent people thinking that it's a display filter, so that you can
clear it and see all the packets in the file.
I leave translations to native speakers.
Bug: 11708
Change-Id: I060816357bf7958d516429d09708a7ce16d609c5
Reviewed-on: https://code.wireshark.org/review/11877
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit e9dd7c8bd42cbb25ca92dde3cee0383db6c20705)
Reviewed-on: https://code.wireshark.org/review/11878
Actions performed:
from 401981d Qt: deactivate save / close / reload buttons when rescanning a capture
adds 7777feb Label the filter in the file open dialog as a "read filter".
Summary of changes:
ui/qt/capture_file_dialog.cpp | 4 +--
ui/qt/display_filter_combo.cpp | 2 +-
ui/qt/display_filter_edit.cpp | 55 ++++++++++++++++++++++------------------
ui/qt/display_filter_edit.h | 11 ++++++--
ui/qt/filter_dialog.cpp | 2 +-
ui/qt/wireshark_de.ts | 31 ++++++++++++----------
ui/qt/wireshark_en.ts | 29 +++++++++++----------
ui/qt/wireshark_fr.ts | 31 ++++++++++++----------
ui/qt/wireshark_it.ts | 31 ++++++++++++----------
ui/qt/wireshark_ja_JP.ts | 33 +++++++++++++-----------
ui/qt/wireshark_pl.ts | 29 +++++++++++----------
ui/qt/wireshark_zh_CN.ts | 31 ++++++++++++----------
12 files changed, 161 insertions(+), 128 deletions(-)