From eb63676746d31777a5db9e2bc9ce56626395864d Mon Sep 17 00:00:00 2001 From: Bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Wed, 10 Nov 2021 21:52:47 +0100 Subject: [PATCH] LazUtils: Masks: remove wqFileNameEnd from DefaultWindowsQuirks, as it's behaviour is a bit unexpected for the common user. --- components/lazutils/masks.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lazutils/masks.pas b/components/lazutils/masks.pas index bfbde0900f..2945707fa7 100644 --- a/components/lazutils/masks.pas +++ b/components/lazutils/masks.pas @@ -93,7 +93,6 @@ const // Leave out wqExtension3More and wqAllByExtension DefaultWindowsQuirks=[wqAnyExtension, - wqFilenameEnd, wqEmptyIsAny, wqNoExtension];