mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 10:39:15 +02:00
lazutils: added missing file
git-svn-id: trunk@37622 -
This commit is contained in:
parent
dbb1361088
commit
f41238ce43
@ -404,7 +404,7 @@ end;
|
||||
function DbgS(const ASize: TSize): string;
|
||||
begin
|
||||
{$IFnDEF USED_BY_LAZLOGGER_DUMMY}
|
||||
Result := 'cx: ' + DbgS(ASize.cx) + ' cy: ' + DbgS(ASize.cy);
|
||||
Result := 'x=' + DbgS(ASize.cx) + ',y=' + DbgS(ASize.cy);
|
||||
{$ELSE}
|
||||
Result := '';
|
||||
{$ENDIF}
|
||||
|
@ -19,7 +19,7 @@
|
||||
<Description Value="Useful units for Lazarus packages."/>
|
||||
<License Value="Modified LGPL-2"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="63">
|
||||
<Files Count="64">
|
||||
<Item1>
|
||||
<Filename Value="laz2_dom.pas"/>
|
||||
<UnitName Value="laz2_DOM"/>
|
||||
@ -272,6 +272,10 @@
|
||||
<Filename Value="lazfreetypefontcollection.pas"/>
|
||||
<UnitName Value="LazFreeTypeFontCollection"/>
|
||||
</Item63>
|
||||
<Item64>
|
||||
<Filename Value="LazLoggerImpl.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item64>
|
||||
</Files>
|
||||
<LazDoc Paths="../../docs/xml/lazutils"/>
|
||||
<i18n>
|
||||
|
Loading…
Reference in New Issue
Block a user