fixed bug

svn: r6984
This commit is contained in:
Robby Findler 2007-07-30 12:18:34 +00:00
parent 9ee86541b6
commit 7035d6f23b

View File

@ -152,7 +152,7 @@
(with-handlers ([exn:fail? (lambda (x)
(printf "~s\n" (exn-message x))
#f)])
(let ([b (icons-bitmap bitmap% "recycle.gif")])
(let ([b (icons-bitmap "recycle.gif")])
(cond
[(send b ok?)
(let ([gbdc (make-object bitmap-dc% b)]