Changeset 75 for trunk/IDE/Modules/Pascal/IDEModulePascal.pas
- Timestamp:
- Jun 4, 2024, 12:22:49 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Modules/Pascal/IDEModulePascal.pas
r74 r75 1 unit UIDEModulePascal; 2 3 {$mode delphi} 1 unit IDEModulePascal; 4 2 5 3 interface 6 4 7 5 uses 8 Classes, SysUtils, UModularSystem;6 Classes, SysUtils, ModularSystem; 9 7 10 8 type … … 23 21 begin 24 22 inherited; 25 Name:= 'Pascal';23 Identification := 'Pascal'; 26 24 Title := 'Pascal'; 27 25 Version := '0.1';
Note:
See TracChangeset
for help on using the changeset viewer.