unbreak DrRacket

This commit is contained in:
Matthew Flatt 2012-03-26 06:33:37 -06:00
parent 9143c1c7df
commit 704c320131

View File

@ -132,7 +132,9 @@
[(currently-the-weekend?)
weekend-bitmap-spec]
[else normal-bitmap-spec]))
(define the-splash-bitmap (read-bitmap the-bitmap-spec))
(define the-splash-bitmap (if (path? the-bitmap-spec)
(read-bitmap the-bitmap-spec)
the-bitmap-spec))
(set-splash-char-observer drracket-splash-char-observer)
(when (eq? (system-type) 'macosx)