drracket tab unsaved notification: add a dot back in to try to be more friendly to XP
This commit is contained in:
parent
a57fb5bf9f
commit
7763e428f4
|
@ -2089,8 +2089,8 @@ module browser threading seems wrong.
|
|||
;; be sure asterisk is at the end of each list,
|
||||
;; since that's a relatively safe character
|
||||
(case (system-type)
|
||||
[(unix windows) '("★ " "◆ " "* ")]
|
||||
[else '("◆ " "★ " "* ")])])
|
||||
[(unix windows) '("★ " "◆ " "• " "* ")]
|
||||
[else '("◆ " "★ " "• " "* ")])])
|
||||
(ormap
|
||||
(lambda (candidate)
|
||||
(and (andmap (λ (x) (send normal-control-font screen-glyph-exists? x #t))
|
||||
|
|
Loading…
Reference in New Issue
Block a user