summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
}