Ignore:
Timestamp:
Jun 4, 2024, 12:22:49 AM (4 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Modules/Pascal/IDEModulePascal.pas

    r74 r75  
    1 unit UIDEModulePascal;
    2 
    3 {$mode delphi}
     1unit IDEModulePascal;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, UModularSystem;
     6  Classes, SysUtils, ModularSystem;
    97
    108type
     
    2321begin
    2422  inherited;
    25   Name := 'Pascal';
     23  Identification := 'Pascal';
    2624  Title := 'Pascal';
    2725  Version := '0.1';
Note: See TracChangeset for help on using the changeset viewer.