found better unsaved-in-a-tab character for windows

svn: r3883
This commit is contained in:
Robby Findler 2006-07-28 21:44:22 +00:00
parent 1ded337d53
commit 450bf5b46f

View File

@ -1379,7 +1379,11 @@ module browser threading seems wrong.
string))
(define/private (get-save-diamond-prefix)
(let ([candidate-prefixes '("◆ " "* ")])
(let ([candidate-prefixes (list
(case (system-type)
[(windows) "• "]
[else "◆ "])
"* ")])
(ormap
(lambda (candidate)
(and (andmap (λ (x) (send normal-control-font screen-glyph-exists? x #t))