mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 01:59:12 +02:00
lcl: update_allunits: add {%H-}
git-svn-id: trunk@53316 -
This commit is contained in:
parent
c7e89e3205
commit
b63621e7a0
@ -62,7 +62,7 @@ begin
|
|||||||
Source.Add('interface');
|
Source.Add('interface');
|
||||||
Source.Add('uses');
|
Source.Add('uses');
|
||||||
for i:=0 to Units.Count-1 do begin
|
for i:=0 to Units.Count-1 do begin
|
||||||
s:=' '+Units[i];
|
s:=' '+Units[i]+'{%H-}';
|
||||||
if i=Units.Count-1 then
|
if i=Units.Count-1 then
|
||||||
s:=s+';'
|
s:=s+';'
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user