Skip to content

Commit

Permalink
Patch to fix issues related to handin issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbowma committed Sep 22, 2014
1 parent 54280ec commit 4eb6099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cs2500-client/client-gui.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,9 @@
(send bm2 set-loaded-mask mbm2))
bm2))

(define handin-icon (scale-by-half (in-this-collection "icon.png")))
(define handin-icon
(scale-by-half (car (#%info-lookup 'drracket-tool-icons
(lambda () '("icon.png"))))))

(define (editors->string editors)
(let* ([base (make-object editor-stream-out-bytes-base%)]
Expand Down

0 comments on commit 4eb6099

Please sign in to comment.