clean up some tests
svn: r16350 original commit: 110ea411d1ce43a1a813972d861095f7175a728d
This commit is contained in:
parent
2397cbad2d
commit
05873b8c54
|
@ -1,3 +1,4 @@
|
|||
#lang scheme/gui
|
||||
|
||||
(define ok-frame (make-object frame% "Ok"))
|
||||
(define ok-panel #f)
|
||||
|
@ -57,14 +58,14 @@
|
|||
|
||||
(define targets
|
||||
(list
|
||||
(build-path (collection-path "frtime") "clock.png")
|
||||
(self-mask (build-path (collection-path "frtime") "clock.png"))
|
||||
(build-path (collection-path "frtime") "tool" "clock.png")
|
||||
(self-mask (build-path (collection-path "frtime") "tool" "clock.png"))
|
||||
(build-path (collection-path "icons") "foot-up.png")
|
||||
(build-path (collection-path "icons") "mred.xbm")
|
||||
(self-mask (build-path (collection-path "icons") "mred.xbm"))
|
||||
(plus-mask (build-path (collection-path "icons") "mred.xbm")
|
||||
(build-path (collection-path "icons") "PLT-206.png"))
|
||||
(plus-mask (build-path (collection-path "frtime") "clock.png")
|
||||
(plus-mask (build-path (collection-path "frtime") "tool" "clock.png")
|
||||
(build-path (collection-path "icons") "mred.xbm"))
|
||||
(build-path (collection-path "icons") "htdp-icon.gif")
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue
Block a user