Changeset 197 for oup/current


Ignore:
Timestamp:
May 26, 2007, 8:42:15 PM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Main.pas

    r172 r197  
    77  MDITab, TB2Item, TB2Dock, TB2Toolbar, TB2MDI, OneInst,
    88  Data, TypeDefs, ConnectionManager,
    9 //  Functions, Exporters, DataStructures,
    10   Functions,
    11   Settings, {Helper_LevelDB, }
    12   Template,
     9  Functions, Settings, Template,
    1310  RawEdit, BinEdit, Extractor, Preview, TxmpReplace;
    1411
     
    258255  else
    259256  begin
     257    ShowMessage('Warning!' + #13#10 +
     258                'It seems like this is the first time you OUP.' + #13#10 +
     259                'I do not take any responsibility for messed up data files' + #13+#10 +
     260                'Do not forget to make backup copies of your *.dat/*.raw/*.sep files!');
    260261    AppSettings.DatPath        := ExtractFilepath(Application.EXEname);
    261262    AppSettings.ExtractPath    := ExtractFilepath(Application.EXEname) + '\extract';
Note: See TracChangeset for help on using the changeset viewer.