mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 04:49:29 +01:00
* Extra error message for using find in unsorted list
git-svn-id: trunk@33330 -
This commit is contained in:
parent
f6a1a5fa6b
commit
73bf5dd3f0
@ -302,6 +302,7 @@ ResourceString
|
||||
SInvalidUnicodeCodePointSequence = 'Invalid unicode code point sequence';
|
||||
SClassCantBeConstructed = 'Class %s can not be constructed';
|
||||
SErrStatusCallBackRequired = 'Thread status report handler cannot be empty.';
|
||||
SErrFindNeedsSortedList = 'Cannot use find on unsorted list';
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
Keysim Names
|
||||
|
||||
Loading…
Reference in New Issue
Block a user