mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 03:40:21 +02:00
IDE: rename unit: adding relative unit path
git-svn-id: trunk@21905 -
This commit is contained in:
parent
0547a037a7
commit
872d2b24c2
@ -5094,7 +5094,8 @@ begin
|
||||
mtConfirmation,[mbYes,mbNo],0)=mrYes then
|
||||
begin
|
||||
Project1.CompilerOptions.OtherUnitFiles:=
|
||||
Project1.CompilerOptions.OtherUnitFiles+';'+NewFilePath;
|
||||
Project1.CompilerOptions.OtherUnitFiles+';'
|
||||
+CreateRelativePath(NewFilePath,Project1.ProjectDirectory);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user