Changeset 490 for cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr
- Timestamp:
- Sep 17, 2008, 3:28:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/tmg-cprs/CPRS-Chart/CPRSChart.dpr
r489 r490 335 335 end; 336 336 //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 338 338 Application.HelpFile := 'cprs.hlp'; 339 339 Application.CreateForm(TdmodShared, dmodShared); … … 351 351 Application.Run; 352 352 end; 353 {$IFDEF USE_SKINS}354 if SkinManager <> nil then SkinManager.Active := false; //turn off before destroying forms...355 {$ENDIF}356 353 end.
Note:
See TracChangeset
for help on using the changeset viewer.