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 212 by alloc, Tue Jun 12 16:42:53 2007 UTC vs.
Revision 213 by alloc, Tue Jun 12 17:00:48 2007 UTC

# Line 204 | Line 204 | begin
204        0:
205          begin
206            if Data.Field is TFile then
207 +          begin
208              if Length(TFile(Data.Field).FileName) = 0 then
209 <              TargetCanvas.Font.Color := $000060;
209 >              TargetCanvas.Font.Color := $C06060;
210 >            if TFile(Data.Field).FileSize = 0 then
211 >              TargetCanvas.Font.Color := $2020A0;
212 >          end;
213          end;
214      end;
215    end;

Diff Legend

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