mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 21:38:16 +02:00
LazUtils: Masks: fix a deprecated message.
This commit is contained in:
parent
78148e42f5
commit
a9c7e4196b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user