ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/MetaEditor.pas
(Generate patch)

Comparing oup/current/Tools/MetaEditor.pas (file contents):
Revision 233 by alloc, Fri Jun 29 12:38:24 2007 UTC vs.
Revision 236 by alloc, Fri Jul 13 23:15:47 2007 UTC

# Line 204 | Line 204 | begin
204            if Data.Field is TFile then
205              CellText := IntToStr(TFile(Data.Field).FileInfo.ID);
206          end;
207 +      3:
208 +        begin
209 +          if Data.Field is TDataField then
210 +            CellText := TDataField(Data.Field).ValueAsString;
211 +        end;
212      end;
213    end;
214   end;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)