Changeset 204 for oup/current/Settings.pas
- Timestamp:
- May 27, 2007, 10:03:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Settings.pas
r112 r204 40 40 ftr: TFileTypeRegistration; 41 41 begin 42 Result := True; 42 43 ftr := TFileTypeRegistration.Create; 43 44 if (ftr <> nil) then … … 61 62 ftr: TFileTypeRegistration; 62 63 temps: String; 63 warnmsg: String;64 64 begin 65 65 Result := -1;
Note:
See TracChangeset
for help on using the changeset viewer.