Changeset 213 for oup/current/Tools
- Timestamp:
- Jun 12, 2007, 7:00:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/MetaEditor.pas
r212 r213 205 205 begin 206 206 if Data.Field is TFile then 207 begin 207 208 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; 209 213 end; 210 214 end;
Note:
See TracChangeset
for help on using the changeset viewer.