Ignore:
Timestamp:
Jan 22, 2018, 11:00:53 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.pas

    r142 r169  
    5151  if Assigned(ApplicationInfo) then begin
    5252    LabelAppName.Caption := ApplicationInfo.AppName;
     53    LabelDescription.Caption := ApplicationInfo.Description;
     54    LabelDescription.AutoSize := True;
    5355    LabelContent.Caption := SVersion + ': ' + ApplicationInfo.Version + LineEnding +
    5456      SReleaseDate + ': ' + DateToStr(ApplicationInfo.ReleaseDate) + LineEnding +
    5557      SLicense + ': ' + ApplicationInfo.License;
     58    Image1.Picture.Bitmap.Assign(Application.Icon);
    5659  end;
    5760end;
Note: See TracChangeset for help on using the changeset viewer.