Ignore:
Timestamp:
Dec 10, 2016, 6:19:37 PM (7 years ago)
Author:
chronos
Message:
  • Modified: About dialog with application icon.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r140 r142  
    364364  FormAbout := TFormAbout.Create(Self);
    365365  try
     366    FormAbout.ApplicationInfo := Core.ApplicationInfo1;
    366367    FormAbout.ShowModal;
    367368  finally
Note: See TracChangeset for help on using the changeset viewer.