URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f5e9da18bbc58148c73d545dc0aa792d5dcc55e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5f5e9da by Guy Harris (guy@xxxxxxxxxxxx):
Use *, not *.*, as the wildcard pattern on UN*X.
On Windows, the pattern that matches all files is *.*; *, by itself,
doesn't work, as I remember. UN*Xes take the pattern a bit more
literally, so if it has a dot in it, it has to match a dot.
Bug: 12203
Change-Id: I11518c29c4ffd73485bad6e49b6dd9cc16bbd0b0
Reviewed-on: https://code.wireshark.org/review/14233
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 289ca20 Update documentation of hf fields.
adds 5f5e9da Use *, not *.*, as the wildcard pattern on UN*X.
Summary of changes:
ui/qt/capture_file_dialog.cpp | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)