Changeset 55 for trunk/IDE/Forms/UFormAbout.pas
- Timestamp:
- Jul 13, 2012, 1:49:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UFormAbout.pas
r45 r55 31 31 implementation 32 32 33 uses 34 UCore; 35 33 36 resourcestring 34 37 SApplicationName = 'Application name'; … … 42 45 procedure TFormAbout.FormShow(Sender: TObject); 43 46 begin 44 with Memo1, Lines, ApplicationInfo do begin47 with Memo1, Lines, Core.ApplicationInfo do begin 45 48 BeginUpdate; 46 49 Clear;
Note:
See TracChangeset
for help on using the changeset viewer.