mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 07:36:19 +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
|
//Remove in 2.5
|
||||||
function MatchesWindowsMask(const AFileName: String): Boolean; reintroduce;
|
function MatchesWindowsMask(const AFileName: String): Boolean; reintroduce;
|
||||||
deprecated 'Use a TWindowsMaskList instead.';
|
deprecated 'Use a Matches instead.';
|
||||||
|
|
||||||
|
|
||||||
property Quirks: TWindowsQuirks read fWindowsQuirks write SetQuirks;
|
property Quirks: TWindowsQuirks read fWindowsQuirks write SetQuirks;
|
||||||
|
Loading…
Reference in New Issue
Block a user