ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Settings.pas
(Generate patch)

Comparing oup/current/Settings.pas (file contents):
Revision 112 by alloc, Thu Feb 22 00:37:39 2007 UTC vs.
Revision 204 by alloc, Sun May 27 20:03:41 2007 UTC

# Line 39 | Line 39 | function ExtensionRegistered(ext: String
39   var
40    ftr: TFileTypeRegistration;
41   begin
42 +  Result := True;
43    ftr := TFileTypeRegistration.Create;
44    if (ftr <> nil) then
45    begin
# Line 60 | Line 61 | function TForm_Settings.RegisterExtensio
61   var
62    ftr:     TFileTypeRegistration;
63    temps:   String;
63  warnmsg: String;
64   begin
65    Result := -1;
66    ftr := TFileTypeRegistration.Create;

Diff Legend

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