Ignore:
Timestamp:
Apr 22, 2016, 9:59:52 PM (8 years ago)
Author:
chronos
Message:
  • Added: Interface localization support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpr

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