mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 03:59:35 +02:00
* Added constant for new error message in stringlist
git-svn-id: trunk@42172 -
This commit is contained in:
parent
4d1e2c6aa5
commit
b2e47cceb2
@ -308,6 +308,7 @@ ResourceString
|
||||
SParamIsNegative = 'Parameter "%s" cannot be negative.';
|
||||
SErrCannotWriteToProperty = 'Cannot write to property "%s".';
|
||||
SErrCannotReadProperty = 'Cannot read property "%s".';
|
||||
SErrNoNameValuePairAt = 'No name=value pair at position %d.';
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
Keysim Names
|
||||
|
Loading…
Reference in New Issue
Block a user