|
@@ -469,13 +469,13 @@ const
|
|
|
msg_programexitedwithexitcode = #3'Program exited with '#13+
|
|
|
#3'exitcode = %d';
|
|
|
|
|
|
- msg_programsignal = #3'Program recieved signal %s'#13+
|
|
|
+ msg_programsignal = #3'Program received signal %s'#13+
|
|
|
#3'%s';
|
|
|
|
|
|
msg_runningprogram = 'Running...';
|
|
|
msg_runningremotely = 'Executable running remotely on ';
|
|
|
msg_connectingto = 'Connecting to ';
|
|
|
- msg_getting_info_on = 'Getting infos from ';
|
|
|
+ msg_getting_info_on = 'Getting info from ';
|
|
|
msg_runninginanotherwindow = 'Executable running in another window..';
|
|
|
msg_couldnotsetbreakpointat = #3'Could not set Breakpoint'#13+
|
|
|
#3+'%s:%d';
|
|
@@ -2531,7 +2531,7 @@ begin
|
|
|
ST^.GrowMode:=gfGrowHiX;
|
|
|
Insert(ST);
|
|
|
GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,1); R.B.Y:=R.A.Y+1;
|
|
|
- New(ST, Init(R, CharStr('Ä', MaxViewWidth)));
|
|
|
+ New(ST, Init(R, CharStr('ħ, MaxViewWidth)));
|
|
|
ST^.GrowMode:=gfGrowHiX;
|
|
|
Insert(ST);
|
|
|
GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,2);Dec(R.B.Y,5);
|