- Timestamp:
- Nov 30, 2023, 10:26:23 PM (12 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/DpiControls/DpiControlsPackage.pas
r465 r466 3 3 } 4 4 5 unit DpiControls ;5 unit DpiControlsPackage; 6 6 7 7 {$warn 5023 off : no warning about unused units} … … 9 9 10 10 uses 11 UDpiControls, UPixelPointer2, LazarusPackageIntf;11 DpiControls, PixelPointer2, LazarusPackageIntf; 12 12 13 13 implementation … … 15 15 procedure Register; 16 16 begin 17 RegisterUnit(' UDpiControls', @UDpiControls.Register);17 RegisterUnit('DpiControls', @DpiControls.Register); 18 18 end; 19 19
Note:
See TracChangeset
for help on using the changeset viewer.