mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 07:49:52 +01:00
Fixes type in error message.
git-svn-id: trunk@14873 -
This commit is contained in:
parent
30b56850c0
commit
47b439a63b
@ -125,7 +125,7 @@ begin
|
||||
GetDefaultProcessList.Add(FProcess);
|
||||
except
|
||||
on E: exception do begin
|
||||
MessageDlg('Debugger', Format('Exceptoin while creating process: %s', [E.Message]), mtError, [mbOK], 0);
|
||||
MessageDlg('Debugger', Format('Exception while creating process: %s', [E.Message]), mtError, [mbOK], 0);
|
||||
Result := False;
|
||||
Exit;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user