Ignore:
Timestamp:
Jul 15, 2010, 8:02:17 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Dual sync of source code enabled: SVN + BZR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr

    r819 r877  
    99  TntSystem,
    1010  TntSysUtils,
    11   DKLang,  //kt NOTE: Keep this before any app form so it will do it's finalizaton section AFTER forms unload.
     11  DKLang,
    1212  fPage in 'fPage.pas' {frmPage},
    1313  fHSplit in 'fHSplit.pas' {frmHSplit},
     
    357357    Application.HelpFile := 'cprs.hlp';
    358358    Application.CreateForm(TdmodShared, dmodShared);
    359     Application.CreateForm(TfrmFrame, frmFrame);
    360     //kt <--- frmImages etc created here
     359  Application.CreateForm(TfrmFrame, frmFrame);
     360  //kt <--- frmImages etc created here
    361361    if frmframe.TMGAbort = False then begin   //kt 3/25/09
    362362      Application.CreateForm(TfrmPtDocSearch, frmPtDocSearch);
Note: See TracChangeset for help on using the changeset viewer.