unbreak DrRacket
This commit is contained in:
parent
9143c1c7df
commit
704c320131
|
@ -132,7 +132,9 @@
|
||||||
[(currently-the-weekend?)
|
[(currently-the-weekend?)
|
||||||
weekend-bitmap-spec]
|
weekend-bitmap-spec]
|
||||||
[else normal-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)
|
(set-splash-char-observer drracket-splash-char-observer)
|
||||||
|
|
||||||
(when (eq? (system-type) 'macosx)
|
(when (eq? (system-type) 'macosx)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user