mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:49:30 +02:00
lcl: fix OpenDocument to use 'open' command for darwin
git-svn-id: trunk@25415 -
This commit is contained in:
parent
6b4280a175
commit
6544ff1533
@ -320,7 +320,7 @@ end;
|
|||||||
{$IFDEF DARWIN}
|
{$IFDEF DARWIN}
|
||||||
begin
|
begin
|
||||||
Result := True;
|
Result := True;
|
||||||
Shell('Open ' + APath);
|
Shell('open ' + APath);
|
||||||
end;
|
end;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user