drracket tab unsaved notification: add a dot back in to try to be more friendly to XP

This commit is contained in:
Robby Findler 2011-01-13 10:04:24 -06:00
parent a57fb5bf9f
commit 7763e428f4

View File

@ -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))