Ignore:
Timestamp:
Dec 14, 2016, 1:42:21 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Update application title in task bar to show which project is currently opened.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r142 r144  
    632632  end;
    633633  if Title <> '' then Title := Title + ' - ';
    634   Title := Title + Application.Title;
     634  Title := Title + Core.ApplicationInfo1.AppName;
     635  Application.Title := Title;
    635636  Caption := Title;
    636637end;
Note: See TracChangeset for help on using the changeset viewer.