Browse Source

Revert part of previous commit, not related to typos fixes

git-svn-id: trunk@44187 -
pierre 5 years ago
parent
commit
314c4552e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ide/fpdebug.pas

+ 1 - 1
packages/ide/fpdebug.pas

@@ -2531,7 +2531,7 @@ begin
   ST^.GrowMode:=gfGrowHiX;
   ST^.GrowMode:=gfGrowHiX;
   Insert(ST);
   Insert(ST);
   GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,1); R.B.Y:=R.A.Y+1;
   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;
   ST^.GrowMode:=gfGrowHiX;
   Insert(ST);
   Insert(ST);
   GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,2);Dec(R.B.Y,5);
   GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,2);Dec(R.B.Y,5);