LazUtils: Masks: remove wqFileNameEnd from DefaultWindowsQuirks, as it's behaviour is a bit unexpected for the common user.

This commit is contained in:
Bart 2021-11-10 21:52:47 +01:00
parent 3af786d415
commit eb63676746

View File

@ -93,7 +93,6 @@ const
// Leave out wqExtension3More and wqAllByExtension
DefaultWindowsQuirks=[wqAnyExtension,
wqFilenameEnd,
wqEmptyIsAny,
wqNoExtension];