Ignore:
Timestamp:
Sep 17, 2008, 3:28:02 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

new RPC broker

File:
1 edited

Legend:

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

    r489 r490  
    335335    end;
    336336    //Application.Title := DKLangConstW('STestMessage'); //kt 7-1-09
    337     Application.Title := 'CPRS - Patient Chart';  //kt 7-1-09 <-- original line
     337    Application.Title := 'CPRS - Patient Chart';  //kt 7-1-09 <-- original line restored
    338338    Application.HelpFile := 'cprs.hlp';
    339339    Application.CreateForm(TdmodShared, dmodShared);
     
    351351    Application.Run;
    352352  end;
    353   {$IFDEF USE_SKINS}
    354   if SkinManager <> nil then SkinManager.Active := false;  //turn off before destroying forms...
    355   {$ENDIF}
    356353end.
Note: See TracChangeset for help on using the changeset viewer.