URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d1e45a42f7b771ce7856934601770c78889043a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
9d1e45a 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>
(cherry picked from commit 5f5e9da18bbc58148c73d545dc0aa792d5dcc55e)
Reviewed-on: https://code.wireshark.org/review/14234
Actions performed:
from 531fe41 wslua: don't crash if disable_lua = true in init.lua
adds 9d1e45a 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(-)