Changeset 144 for trunk/Forms/UFormMain.pas
- Timestamp:
- Dec 14, 2016, 1:42:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r142 r144 632 632 end; 633 633 if Title <> '' then Title := Title + ' - '; 634 Title := Title + Application.Title; 634 Title := Title + Core.ApplicationInfo1.AppName; 635 Application.Title := Title; 635 636 Caption := Title; 636 637 end;
Note:
See TracChangeset
for help on using the changeset viewer.