Changeset 149 for trunk/vCardStudio.lpr


Ignore:
Timestamp:
Jun 5, 2023, 8:45:38 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vCardStudio.lpr

    r138 r149  
    66  {$ENDIF}
    77  Interfaces, // this includes the LCL widgetset
    8   Forms, UFormMain, UCore, Diff, SysUtils, UFormCompare, UTestCases,
    9   UVCardFile, UFormColumns;
     8  Forms, FormMain, Core, Diff, SysUtils, FormCompare, TestCases,
     9  VCardFile, FormColumns;
    1010
    1111{$R *.res}
     
    2525  RequireDerivedFormResource:=True;
    2626  Application.Initialize;
    27   Application.CreateForm(TFormMain, FormMain);
    28   Application.CreateForm(TCore, Core);
     27  Application.CreateForm(TCore, Core.Core);
    2928  Application.Run;
    3029end.
Note: See TracChangeset for help on using the changeset viewer.