--- oup/current/Tools/MetaEditor.pas 2007/06/12 16:42:53 212 +++ oup/current/Tools/MetaEditor.pas 2007/06/12 17:00:48 213 @@ -204,8 +204,12 @@ begin 0: begin if Data.Field is TFile then + begin if Length(TFile(Data.Field).FileName) = 0 then - TargetCanvas.Font.Color := $000060; + TargetCanvas.Font.Color := $C06060; + if TFile(Data.Field).FileSize = 0 then + TargetCanvas.Font.Color := $2020A0; + end; end; end; end;