summaryrefslogtreecommitdiff
path: root/UChecksum.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UChecksum.pas')
-rw-r--r--UChecksum.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UChecksum.pas b/UChecksum.pas
index 515ae8f..a0922d7 100644
--- a/UChecksum.pas
+++ b/UChecksum.pas
@@ -290,7 +290,7 @@ begin
CommentOpen := False;
if CommentTextView.TextBuffer.LineCount > 1 then begin
s1 := '';
- for i := 1 to 50 do s1 := s1 + Chr($2212);
+ for i := 1 to 50 do s1 := s1 + '-' { TODO Chr($2212) };
CommentTextView.TextBuffer.InsertText(StrToUTF8(s1 + #13));
end;
end;