LazUtils: Masks: fix a deprecated message.

This commit is contained in:
Bart 2021-11-03 19:07:31 +01:00
parent 78148e42f5
commit a9c7e4196b

View File

@ -343,7 +343,7 @@ type
//Remove in 2.5
function MatchesWindowsMask(const AFileName: String): Boolean; reintroduce;
deprecated 'Use a TWindowsMaskList instead.';
deprecated 'Use a Matches instead.';
property Quirks: TWindowsQuirks read fWindowsQuirks write SetQuirks;