Ignore:
Timestamp:
Jan 16, 2007, 12:35:04 AM (18 years ago)
Author:
alloc
Message:

Rev86 was first after multi-cons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/Extractor.pas

    r86 r92  
    105105    if (selonly and filelist.Selected[i]) or not selonly then
    106106    begin
    107       fileid := OniDataConnection.ExtractFileID(filelist.Items.Strings[i]);
     107      fileid := Connection.ExtractFileID(filelist.Items.Strings[i]);
    108108      filename := GetWinFilename(filelist.Items.Strings[i]);
    109109      if check_dat.Checked then
Note: See TracChangeset for help on using the changeset viewer.