mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +02:00
* Fixed typo
git-svn-id: trunk@41592 -
This commit is contained in:
parent
ae5e97962f
commit
5fd42f50f8
@ -149,7 +149,7 @@ resourcestring
|
|||||||
rsNoSearchPathDefined = 'No search path was defined';
|
rsNoSearchPathDefined = 'No search path was defined';
|
||||||
rsNoFontFileName = 'The FileName property is empty, so we can''t load font data.';
|
rsNoFontFileName = 'The FileName property is empty, so we can''t load font data.';
|
||||||
rsMissingFontFile = 'The font file <%s> can''t be found.';
|
rsMissingFontFile = 'The font file <%s> can''t be found.';
|
||||||
SErrFontNotFound = 'The font <%s> can can''t be found';
|
SErrFontNotFound = 'The font <%s> can''t be found';
|
||||||
|
|
||||||
var
|
var
|
||||||
uFontCacheList: TFPFontCacheList;
|
uFontCacheList: TFPFontCacheList;
|
||||||
|
Loading…
Reference in New Issue
Block a user