Changeset 213 for oup/current/Tools


Ignore:
Timestamp:
Jun 12, 2007, 7:00:48 PM (17 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/MetaEditor.pas

    r212 r213  
    205205        begin
    206206          if Data.Field is TFile then
     207          begin
    207208            if Length(TFile(Data.Field).FileName) = 0 then
    208               TargetCanvas.Font.Color := $000060;
     209              TargetCanvas.Font.Color := $C06060;
     210            if TFile(Data.Field).FileSize = 0 then
     211              TargetCanvas.Font.Color := $2020A0;
     212          end;
    209213        end;
    210214    end;
Note: See TracChangeset for help on using the changeset viewer.