Changeset 92 for oup/current/Tools/Extractor.pas
- Timestamp:
- Jan 16, 2007, 12:35:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/Extractor.pas
r86 r92 105 105 if (selonly and filelist.Selected[i]) or not selonly then 106 106 begin 107 fileid := OniDataConnection.ExtractFileID(filelist.Items.Strings[i]);107 fileid := Connection.ExtractFileID(filelist.Items.Strings[i]); 108 108 filename := GetWinFilename(filelist.Items.Strings[i]); 109 109 if check_dat.Checked then
Note:
See TracChangeset
for help on using the changeset viewer.