mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:16:01 +02:00
MG: renamed main Project to Project1
git-svn-id: trunk@1551 -
This commit is contained in:
parent
c476b4dddd
commit
1ac990f79a
@ -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;
|
||||
|
||||
|
463
ide/main.pp
463
ide/main.pp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user