Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

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

    r830 r1679  
    477477  LoadField(fHNC,'1.15','HNC');
    478478  LoadField(fMST,'1.16','MST');
    479   LoadField(fMST,'1.17','CV');   // not used at this time
     479  LoadField(fCV,'1.17','CV');   // not used at this time
    480480  LoadField(fSHAD,'1.18','SHD');
    481481  LoadComments;
     
    508508  fHNC.free;
    509509  fMST.free;
     510  fSHAD.Free;
     511  fCV.Free;
    510512  fFieldList.free;
    511513  fFilerObj.free;
Note: See TracChangeset for help on using the changeset viewer.