mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +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}
|
||||
begin
|
||||
Result := True;
|
||||
Shell('Open ' + APath);
|
||||
Shell('open ' + APath);
|
||||
end;
|
||||
{$ELSE}
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user