Changeset 145 for trunk/Target.pas


Ignore:
Timestamp:
Jun 5, 2023, 6:44:57 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Target.pas

    r144 r145  
    1 unit UTarget;
     1unit Target;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, StrUtils, Registry, URegistry, fgl, Dialogs,
     6  Classes, SysUtils, StrUtils, Registry, RegistryEx, fgl, Dialogs,
    77  FileUtil, Process, Menus, LazFileUtils;
    88
Note: See TracChangeset for help on using the changeset viewer.