Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/libraries/gnugettext/gnugettext.pas
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{*------------------------------------------------------------------------------
{*------------------------------------------------------------------------------
GNU gettext translation system for Delphi, Kylix, C++ Builder and others.
All parts of the translation system are kept in this unit.

Expand Down Expand Up @@ -3589,8 +3589,8 @@ procedure TTP_Retranslator.Execute;
comp:TGnuGettextComponentMarker;
ppi:PPropInfo;
//
oInstance: tobject;
PropName: string;
// oInstance: tobject;
// PropName: string;
begin
for i:=0 to list.Count-1 do begin
item:=TObject(list.items[i]) as TTP_RetranslatorItem;
Expand Down