Changeset 384 for Common/Common.pas
- Timestamp:
- Jul 9, 2012, 3:58:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Common.pas
r380 r384 10 10 StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading, 11 11 UMemory, UResetableThread, UPool, ULastOpenedList, URegistry, 12 UJobProgressView, UXMLUtils, LazarusPackageIntf;12 UJobProgressView, UXMLUtils, UApplicationInfo, LazarusPackageIntf; 13 13 14 14 implementation … … 19 19 RegisterUnit('ULastOpenedList', @ULastOpenedList.Register); 20 20 RegisterUnit('UJobProgressView', @UJobProgressView.Register); 21 RegisterUnit('UApplicationInfo', @UApplicationInfo.Register); 21 22 end; 22 23
Note:
See TracChangeset
for help on using the changeset viewer.