revert the logo to the released one

This commit is contained in:
Robby Findler 2012-02-18 14:26:06 -06:00
parent 17133dc6bc
commit d361724607

View File

@ -60,8 +60,7 @@
;; in this list that is a prefix of another.
(define magic-images
(list #;(magic-img "larval" "PLT-206-larval.png")
(magic-img "mars" "PLT-206-mars.jpg")
(magic-img "plt" "plt-logo-red-shiny.png")))
(magic-img "mars" "PLT-206-mars.jpg")))
(define (load-magic-images)
(set! load-magic-images void) ; run only once
@ -112,8 +111,8 @@
(when (eb-bday?) (install-eb))
(define weekend-bitmap-spec (collection-file-path "racket-logo-glass-256x256.png" "icons"))
(define normal-bitmap-spec (collection-file-path "racket-logo-plastic-256x256.png" "icons"))
(define weekend-bitmap-spec (collection-file-path "plt-logo-red-shiny.png" "icons"))
(define normal-bitmap-spec (collection-file-path "plt-logo-red-diffuse.png" "icons"))
(define valentines-days-spec (collection-file-path "heart.png" "icons"))
(define the-bitmap-spec