mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 08:40:38 +02:00
IDE: NormalizeLazExe() bug fixed (by @n7800)
This commit is contained in:
parent
945cfc79c4
commit
68bea34028
@ -1207,7 +1207,7 @@ procedure TMainIDE.LoadGlobalOptions;
|
||||
{$IFDEF Darwin}
|
||||
p:=Pos('.app/Contents/MacOS/',Result);
|
||||
if p>0 then
|
||||
Result:=LeftStr(LazExe,p-1);
|
||||
Result:=LeftStr(Result,p-1);
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user