Ignore:
Timestamp:
Aug 3, 2012, 3:06:51 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Project management as separated module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StudioPackage/Forms/UFormModuleList.pas

    r9 r11  
    6464  if (Item.Index >= 0) and (Item.Index < FModuleManager.Modules.Count) then
    6565  with TModule(FModuleManager.Modules[Item.Index]) do begin
    66     Item.Caption := Name;
     66    Item.Caption := Identification;
    6767    Item.Data := FModuleManager.Modules[Item.Index];
    6868    Item.SubItems.Add(Title);
Note: See TracChangeset for help on using the changeset viewer.