Ignore:
Timestamp:
Aug 8, 2016, 1:51:33 PM (8 years ago)
Author:
chronos
Message:
  • Added: Dropdown menu for open file icon in main toolbar.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r86 r87  
    3232  RequireDerivedFormResource := True;
    3333  Application.Initialize;
     34  Application.CreateForm(TCore, Core);
    3435  Application.CreateForm(TFormMain, FormMain);
    3536  Application.CreateForm(TFormCategorySelect, FormCategorySelect);
     
    4546  Application.CreateForm(TFormImportFormats, FormImportFormats);
    4647  Application.CreateForm(TFormImportPattern, FormImportPattern);
    47   Application.CreateForm(TCore, Core);
    4848  Application.Run;
    4949end.
Note: See TracChangeset for help on using the changeset viewer.