From 5e0f5beee5c11ea1e677346538af5a57936055d6 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 8 Feb 2012 19:17:42 -0600 Subject: [PATCH] added Racket logo by John & Neil --- collects/drracket/private/drracket-normal.rkt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/collects/drracket/private/drracket-normal.rkt b/collects/drracket/private/drracket-normal.rkt index cd2455ac83..3997cefd82 100644 --- a/collects/drracket/private/drracket-normal.rkt +++ b/collects/drracket/private/drracket-normal.rkt @@ -60,7 +60,8 @@ ;; 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 "mars" "PLT-206-mars.jpg") + (magic-img "plt" "plt-logo-red-shiny.png"))) (define (load-magic-images) (set! load-magic-images void) ; run only once @@ -111,8 +112,8 @@ (when (eb-bday?) (install-eb)) -(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 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 valentines-days-spec (collection-file-path "heart.png" "icons")) (define the-bitmap-spec