svn: r6799

This commit is contained in:
Robby Findler 2007-07-02 15:55:10 +00:00
parent 10d05c3382
commit 9271da9090

View File

@ -294,6 +294,7 @@
(define f (new frame% [label ""]))
(define m (new message% [label (get-running-bitmap)] [parent f]))
(new grow-box-spacer-pane% [parent f])
(send (get-running-bitmap) save-file (build-path (collection-path "icons") "run.png") 'png)
(send f show #t))
#;(edit-points waiting-points)