mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 03:59:10 +02:00
LCL: fixed typos in comments ("extention" -> "extension"), patch by Reinier, bug #26154
git-svn-id: trunk@45029 -
This commit is contained in:
parent
ac3a2bbfad
commit
f281e6830c
@ -179,7 +179,7 @@ begin
|
|||||||
// clNone: load image opaque (*)
|
// clNone: load image opaque (*)
|
||||||
// otherwise: use TransparentColor as transparent color
|
// otherwise: use TransparentColor as transparent color
|
||||||
//
|
//
|
||||||
// (*) these are Lazarus extentions
|
// (*) these are Lazarus extensions
|
||||||
|
|
||||||
if (TransparentMode = tmAuto) or (TransparentColor = clDefault)
|
if (TransparentMode = tmAuto) or (TransparentColor = clDefault)
|
||||||
then begin
|
then begin
|
||||||
|
@ -349,7 +349,7 @@ begin
|
|||||||
// ToDO: NORMAL, CONDENSED, NARROW, WIDE, EXPANDED
|
// ToDO: NORMAL, CONDENSED, NARROW, WIDE, EXPANDED
|
||||||
|
|
||||||
GetNextItem; // 7. read AddStyleName
|
GetNextItem; // 7. read AddStyleName
|
||||||
// calculate Style name extentions (=rotation)
|
// calculate Style name extensions (=rotation)
|
||||||
// API XLFD
|
// API XLFD
|
||||||
// --------------------- --------------
|
// --------------------- --------------
|
||||||
// Orientation 1/10 deg 1/64 deg
|
// Orientation 1/10 deg 1/64 deg
|
||||||
|
@ -1672,7 +1672,7 @@ begin
|
|||||||
// SetWidthName := '*';
|
// SetWidthName := '*';
|
||||||
{$IFDEF OLD_ROTATION}
|
{$IFDEF OLD_ROTATION}
|
||||||
if AddStyleName='*' then begin
|
if AddStyleName='*' then begin
|
||||||
// calculate Style name extentions (=rotation)
|
// calculate Style name extensions (=rotation)
|
||||||
// API XLFD
|
// API XLFD
|
||||||
// --------------------- --------------
|
// --------------------- --------------
|
||||||
// Orientation 1/10 deg 1/64 deg
|
// Orientation 1/10 deg 1/64 deg
|
||||||
|
@ -349,7 +349,7 @@ type
|
|||||||
|
|
||||||
|
|
||||||
{ ILazImageReader }
|
{ ILazImageReader }
|
||||||
{ Extention to TFPCustomImageReader to initialize a TRawImgeDescription based
|
{ Extension to TFPCustomImageReader to initialize a TRawImgeDescription based
|
||||||
on the image to be read
|
on the image to be read
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -362,7 +362,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
{ ILazImageWriter }
|
{ ILazImageWriter }
|
||||||
{ Extention to TFPCustomImageWriter to initialize the writer based
|
{ Extension to TFPCustomImageWriter to initialize the writer based
|
||||||
on the intfimage data. To be able to write different formats, the writer
|
on the intfimage data. To be able to write different formats, the writer
|
||||||
should initialize itself
|
should initialize itself
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user