Ignore:
Timestamp:
Feb 20, 2012, 10:28:59 AM (13 years ago)
Author:
chronos
Message:
  • Moved: Unit URectangle moved to package Common.
  • Modified: Package version advanced to 0.6.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/CoolDocking.pas

    r197 r332  
    33 }
    44
    5 unit CoolDocking; 
     5unit CoolDocking;
    66
    77interface
     
    99uses
    1010  UCDClient, UCDCustomize, UCDWindowList, UCDManagerTabs, UCDManagerRegions,
    11   UCDManagerTabsPopup, UCDManagerRegionsPopup, URectangle, UCDPopupMenu,
    12   UCDLayout, UCDCommon, UCDManager, UCDConjoinForm, UCDMaster, UCDResource,
     11  UCDManagerTabsPopup, UCDManagerRegionsPopup, UCDPopupMenu, UCDLayout,
     12  UCDCommon, UCDManager, UCDConjoinForm, UCDMaster, UCDResource,
    1313  LazarusPackageIntf;
    1414
    1515implementation
    1616
    17 procedure Register; 
     17procedure Register;
    1818begin
    19   RegisterUnit('UCDClient', @UCDClient.Register); 
    20   RegisterUnit('UCDWindowList', @UCDWindowList.Register); 
    21   RegisterUnit('UCDLayout', @UCDLayout.Register); 
    22   RegisterUnit('UCDMaster', @UCDMaster.Register); 
    23 end; 
     19  RegisterUnit('UCDClient', @UCDClient.Register);
     20  RegisterUnit('UCDWindowList', @UCDWindowList.Register);
     21  RegisterUnit('UCDLayout', @UCDLayout.Register);
     22  RegisterUnit('UCDMaster', @UCDMaster.Register);
     23end;
    2424
    2525initialization
    26   RegisterPackage('CoolDocking', @Register); 
     26  RegisterPackage('CoolDocking', @Register);
    2727end.
Note: See TracChangeset for help on using the changeset viewer.