* Patch from Mattias Gaertner to fix missing classname placeholder

git-svn-id: trunk@15448 -
This commit is contained in:
michael 2010-06-18 19:40:12 +00:00
parent babd106844
commit 45d60dbb97

View File

@ -111,7 +111,7 @@ ResourceString
SEmptyStreamIllegalWriter = 'Illegal Nil stream for TWriter constructor';
SErrindexTooLarge = 'Bit index exceeds array limit: %d';
SErrInvalidBitIndex = 'Invalid bit index : %d';
SErrNoStreaming = 'Failed to initialize component: No streaming method available.';
SErrNoStreaming = 'Failed to initialize component class "%s": No streaming method available.';
SErrNoVariantSupport = 'No variant support for properties. Please use the variants unit in your project and recompile';
SErrOutOfMemory = 'Out of memory';
SErrPropertyNotFound = 'Unknown property: "%s"';