lcl: fix OpenDocument to use 'open' command for darwin

git-svn-id: trunk@25415 -
This commit is contained in:
dmitry 2010-05-15 11:25:39 +00:00
parent 6b4280a175
commit 6544ff1533

View File

@ -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