Changeset 47 for trunk/IDE/Forms/UFormMessages.pas
- Timestamp:
- Mar 4, 2012, 3:38:44 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/IDE/Forms/UFormMessages.pas (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE/Forms/UFormMessages.pas
r46 r47 70 70 if Assigned(ListView1.Selected) then 71 71 with TErrorMessage(ListView1.Selected.Data) do begin 72 ProjectFile := Project. SearchFile(FileName);72 ProjectFile := Project.Files.SearchFile(FileName); 73 73 if Assigned(ProjectFile) then 74 74 SynEditSource.Lines.Assign(ProjectFile.Source);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/Transpascal/chrome/site/your_project_logo.png)