Wireshark-commits: [Wireshark-commits] master e9dd7c8: Label the filter in the file open dialog as 
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e9dd7c8bd42cbb25ca92dde3cee0383db6c20705
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e9dd7c8 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>
    
Actions performed:
    from  92d487a   Qt: deactivate save / close / reload buttons when rescanning a capture
    adds  e9dd7c8   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(-)