mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:29:35 +02:00
Converter: Replace Ptr() with Pointer() in default configuration.
git-svn-id: trunk@27665 -
This commit is contained in:
parent
c4638cdf5f
commit
91178e65d5
@ -451,6 +451,7 @@ begin
|
||||
// Others
|
||||
Categ:='Other';
|
||||
AddDefaultCategory(Categ);
|
||||
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
|
||||
AddFunc(Categ, 'ShellExecute',
|
||||
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', '', '');
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user