Changeset 53 for trunk/IDE/Forms/UFormProjectNew.pas
- Timestamp:
- Jun 26, 2012, 7:23:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UFormProjectNew.pas
r48 r53 35 35 36 36 uses 37 U FormMain, UProject;37 UCore, UFormMain, UProject; 38 38 39 39 {$R *.lfm} … … 66 66 ListView1.BeginUpdate; 67 67 ListView1.Items.Clear; 68 with FormMaindo68 with Core do 69 69 for I := 0 to ProjectTemplates.Count - 1 do 70 70 with TProjectTemplate(ProjectTemplates[I]) do begin
Note:
See TracChangeset
for help on using the changeset viewer.