ide: fixed formatting og number of lines, when the thousand seperator is not a ansi char, fixes issue #17674

git-svn-id: trunk@27774 -
This commit is contained in:
vincents 2010-10-20 13:06:11 +00:00
parent c9395f8b4c
commit b94e0b550a

View File

@ -232,7 +232,7 @@ begin
NL := StrTointDef(S,0);
NLines := NLines + NL;
LNLines.Caption := FormatFloat('#,##0',NLines);
LNLines.Caption := AnsiToUTF8(FormatFloat('#,##0',NLines));
Ok := false;
end;
If Ok then PCurrentStatus.Caption := SStatus;