mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 03:09:39 +01: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
|
// Others
|
||||||
Categ:='Other';
|
Categ:='Other';
|
||||||
AddDefaultCategory(Categ);
|
AddDefaultCategory(Categ);
|
||||||
|
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
|
||||||
AddFunc(Categ, 'ShellExecute',
|
AddFunc(Categ, 'ShellExecute',
|
||||||
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', '', '');
|
'if $3 match ":/" then OpenURL($3); OpenDocument($3)', '', '');
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user