Ignore:
Timestamp:
Nov 30, 2023, 10:26:23 PM (6 months ago)
Author:
chronos
Message:
  • Modified: Simplified DpiControls unit name without U prefix.
File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Packages/DpiControls/DpiControlsPackage.pas

    r465 r466  
    33 }
    44
    5 unit DpiControls;
     5unit DpiControlsPackage;
    66
    77{$warn 5023 off : no warning about unused units}
     
    99
    1010uses
    11   UDpiControls, UPixelPointer2, LazarusPackageIntf;
     11  DpiControls, PixelPointer2, LazarusPackageIntf;
    1212
    1313implementation
     
    1515procedure Register;
    1616begin
    17   RegisterUnit('UDpiControls', @UDpiControls.Register);
     17  RegisterUnit('DpiControls', @DpiControls.Register);
    1818end;
    1919
Note: See TracChangeset for help on using the changeset viewer.