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

Comparing oup/current/Tools/Extractor.pas (file contents):
Revision 74 by alloc, Thu Jan 11 22:45:20 2007 UTC vs.
Revision 86 by alloc, Sun Jan 14 20:19:08 2007 UTC

# Line 107 | Line 107 | begin
107        fileid := OniDataConnection.ExtractFileID(filelist.Items.Strings[i]);
108        filename := GetWinFilename(filelist.Items.Strings[i]);
109        if check_dat.Checked then
110 <        ExportDatFile(fileid, path + filename);
110 >        ExportDatFile(Connection, fileid, path + filename);
111        if check_raw.Checked then
112 <        ExportRawFiles(fileid, path + filename);
112 >        ExportRawFiles(Connection, fileid, path + filename);
113        if check_convert.Checked then
114 <        ExportConverted(fileid, path + filename);
114 >        ExportConverted(Connection, fileid, path + filename);
115        Inc(done);
116      end;
117      if ((done mod 10) = 0) and (done >= 50) then

Diff Legend

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