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/CPRSChart.dpr

    r830 r1679  
    88  ShareMem,
    99  Forms,
     10  WinHelpViewer,
    1011  ORSystem,
    1112  fPage in 'fPage.pas' {frmPage},
     
    315316  VA508AccessibilityRouter in '..\VA\VA508Accessibility\VA508AccessibilityRouter.pas',
    316317  fIVRoutes in 'Orders\fIVRoutes.pas' {frmIVRoutes},
    317   fFindingTemplates in 'Templates\fFindingTemplates.pas' {frmFindingTemplates};
     318  fFindingTemplates in 'Templates\fFindingTemplates.pas' {frmFindingTemplates},
     319  fSpellNotify in 'fSpellNotify.pas' {frmSpellNotify},
     320  uCombatVet in 'uCombatVet.pas',
     321  fCombatVet in 'fCombatVet.pas' {frmCombatVet},
     322  fOCMonograph in 'Orders\fOCMonograph.pas' {frmOCMonograph},
     323  fHunSpell in 'fHunSpell.pas' {frmHunSpell};
    318324
    319325{$R *.TLB}
     
    327333    RegisterCPRSTypeLibrary;                      // will halt program if /regserver or /unregserver param
    328334    Application.Initialize;
     335
    329336    frmSplash := nil;
    330337    if ParamSearch('SPLASH') <> 'OFF' then
Note: See TracChangeset for help on using the changeset viewer.