MG: renamed main Project to Project1

git-svn-id: trunk@1551 -
This commit is contained in:
lazarus 2002-03-27 09:25:32 +00:00
parent c476b4dddd
commit 1ac990f79a
2 changed files with 233 additions and 234 deletions

View File

@ -182,7 +182,7 @@ end;
procedure TMainIDE.OnDebuggerException(Sender: TObject; const AExceptionID: Integer; const AExceptionText: String);
begin
MessageDlg('Error',
Format('Project %s raised exception class %d with message ''%s''.', [Project.Title, AExceptionID, AExceptionText]),
Format('Project %s raised exception class %d with message ''%s''.', [Project1.Title, AExceptionID, AExceptionText]),
mtError,[mbOk],0);
end;
@ -323,7 +323,7 @@ begin
WriteLN('[TMainIDE.DoInitDebugger] A');
Result:=mrCancel;
if Project.MainUnit < 0 then Exit;
if Project1.MainUnit < 0 then Exit;
OldBreakpoints := nil;

File diff suppressed because it is too large Load Diff