Ignore:
Timestamp:
Jan 15, 2009, 9:47:30 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Program přepracován pro podporu více překladových souborů a hromadného sloučení s novějšími anglickými verzemi z repozitáře Lazarusu.
  • Upraveno: Adresářová struktura překladových souborů přepracována tak, aby souhlasila se strukturou adresářů repozitáře Lazarusu.
  • Upraveno: Překladové soubory aktualizovány na SVN verzi 0.9.27.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Lazarus translator/Translator.lpr

    r4 r9  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms
    11   { you can add units after this }, UMainForm, UItemTranslationForm,
    12   UTextFileStream;
     11  { you can add units after this }, UItemListForm, UItemTranslationForm,
     12  UTextFileStream, UMainForm;
    1313
    1414begin
    1515  Application.Initialize;
    1616  Application.CreateForm(TMainForm, MainForm);
     17  Application.CreateForm(TItemListForm, ItemListForm);
    1718  Application.CreateForm(TItemTranslationForm, ItemTranslationForm);
    1819  Application.Run;
Note: See TracChangeset for help on using the changeset viewer.