Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/uInit.pas

    r456 r830  
    7070  x := FullToPathPart(Application.ExeName) + WhatsThisHelpFile + '.CNT';
    7171  if AppOutOfDate(x) and FileExists(CPRSUpdate) then RunProgram(CPRSUpdate + ' XFER="' + x + '"');
    72   x := FullToPathPart(Application.ExeName) + 'BORLNDMM.DLL';
    73   if AppOutOfDate(x) and FileExists(CPRSUpdate) then RunProgram(CPRSUpdate + ' XFER="' + x + '"');
     72  // Moved to CPRSUpdate.EXE in early test version of v27.  This code removed for CPRS v27.27.
     73  //x := FullToPathPart(Application.ExeName) + 'BORLNDMM.DLL';
     74  //if AppOutOfDate(x) and FileExists(CPRSUpdate) then RunProgram(CPRSUpdate + ' XFER="' + x + '"');
    7475end;
    7576
     
    149150end;
    150151
     152
    151153{ TCPRSTimeoutTime }
    152154
Note: See TracChangeset for help on using the changeset viewer.