mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 11:48:31 +02:00
LCL: added debugging
git-svn-id: trunk@14356 -
This commit is contained in:
parent
50840fd57a
commit
3990bed138
@ -313,7 +313,9 @@ begin
|
||||
Item:=TPOFileItem.Create(Identifier,OriginalValue,TranslatedValue);
|
||||
FItems.Add(Item);
|
||||
FIdentifierToItem.Add(Identifier,Item);
|
||||
//if FIdentifierToItem.Data[UpperCase(Identifier)]=nil then raise Exception.Create('');
|
||||
FOriginalToItem.Add(OriginalValue,Item);
|
||||
//if FOriginalToItem.Data[OriginalValue]=nil then raise Exception.Create('');
|
||||
end;
|
||||
|
||||
function TPOFile.Translate(const Identifier, OriginalValue: String): String;
|
||||
|
Loading…
Reference in New Issue
Block a user