found better unsaved-in-a-tab character for windows
svn: r3883
This commit is contained in:
parent
1ded337d53
commit
450bf5b46f
|
@ -1379,7 +1379,11 @@ module browser threading seems wrong.
|
||||||
string))
|
string))
|
||||||
|
|
||||||
(define/private (get-save-diamond-prefix)
|
(define/private (get-save-diamond-prefix)
|
||||||
(let ([candidate-prefixes '("◆ " "* ")])
|
(let ([candidate-prefixes (list
|
||||||
|
(case (system-type)
|
||||||
|
[(windows) "• "]
|
||||||
|
[else "◆ "])
|
||||||
|
"* ")])
|
||||||
(ormap
|
(ormap
|
||||||
(lambda (candidate)
|
(lambda (candidate)
|
||||||
(and (andmap (λ (x) (send normal-control-font screen-glyph-exists? x #t))
|
(and (andmap (λ (x) (send normal-control-font screen-glyph-exists? x #t))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user