Ignore:
Timestamp:
Mar 10, 2019, 6:19:51 PM (6 years ago)
Author:
chronos
Message:
  • Modified: TNation and TNations classes now uses generic TItem and TItemList classes.
  • Added: Translation files for LCL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNation.pas

    r283 r284  
    77uses
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    9   Spin, ColorBox, UNation;
     9  ColorBox, UNation;
    1010
    1111type
     
    3030  FormNation: TFormNation;
    3131
     32
    3233implementation
    3334
     
    4041  EditName.Text := Nation.Name;
    4142  ColorBoxColor.Selected := Nation.Color;
     43  Caption := Nation.Name + ' - ' + SNation;
    4244end;
    4345
Note: See TracChangeset for help on using the changeset viewer.