summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2019-03-17 15:07:13 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2019-03-17 15:07:13 +0000
commit29254586667bfc03a5d175c77a20f99152285a40 (patch)
treec4b8100d7eee47fc8811ba9c5da0d629cb8c36c9 /Master/tlpkg/tltcl
parentd24155aaacf6b6bc6dde06b6dab93d122bb95fda (diff)
Better(?) symbol for selected entries
git-svn-id: svn://tug.org/texlive/trunk@50426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tltcl')
-rw-r--r--Master/tlpkg/tltcl/tltcl.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tltcl/tltcl.tcl b/Master/tlpkg/tltcl/tltcl.tcl
index a4be3ba7b29..ade003b597b 100644
--- a/Master/tlpkg/tltcl/tltcl.tcl
+++ b/Master/tlpkg/tltcl/tltcl.tcl
@@ -286,7 +286,7 @@ proc mark_sym {mrk} {
# under windows, these look slightly better than
# the non-windows selections
if $mrk {
- return "\u25C9" ; # 'fisheye'
+ return "\u2714" ; # 'heavy check mark'
} else {
return "\u25CB" ; # 'white circle'
}