Changeset 143 for trunk/View.pas


Ignore:
Timestamp:
May 29, 2023, 7:30:31 PM (11 months ago)
Author:
chronos
Message:

Removed U prefix from all units.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/View.pas

    r142 r143  
    1 unit UView;
     1unit View;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, UItems, DOM;
     6  Classes, SysUtils, Items, DOM;
    77
    88type
     
    3333
    3434uses
    35   UGeometric, UXMLUtils;
     35  Geometric, XML;
    3636
    3737resourcestring
Note: See TracChangeset for help on using the changeset viewer.