summaryrefslogtreecommitdiff
path: root/UChecksum.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2025-01-04 20:41:26 +0100
committerTomas Bzatek <tbzatek@redhat.com>2025-11-27 21:42:57 +0100
commit90db8b6652f73ddc335922d3a7c593878d83c45e (patch)
tree6b3f8ed57d4dc3358c2965bf41f6e613b8b80bf0 /UChecksum.pas
parent63ff1bea9bb1e87a7e2643f680d04f2b9c00d072 (diff)
downloadtuxcmd-90db8b6652f73ddc335922d3a7c593878d83c45e.tar.xz
Basic ListView CSS styling
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;