Ignore:
Timestamp:
Apr 28, 2016, 10:09:02 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Acronym meaning context items renamed to categories.
  • Added: Ability to select categories for meanings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

    r10 r13  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, UFormMain, UAcronym, synapse, UFormImport, Common, SysUtils, TemplateGenerics,
    11   UFormAcronym, CoolTranslator, UFormSettings
     11  UFormAcronym, CoolTranslator, UFormSettings, UFormCategorySelect
    1212  { you can add units after this };
    1313
     
    3434  Application.CreateForm(TFormAcronym, FormAcronym);
    3535  Application.CreateForm(TFormSettings, FormSettings);
     36  Application.CreateForm(TFormCategorySelect, FormCategorySelect);
    3637  Application.Run;
    3738end.
Note: See TracChangeset for help on using the changeset viewer.