svn: r3188

This commit is contained in:
Eli Barzilay 2006-06-02 19:08:32 +00:00
parent 97375b0e74
commit 3c17a310ee

View File

@ -113,7 +113,8 @@
(make-object message%
(string-constant version:connecting-server)
this)
(make-object button% (string-constant abort) this
(make-object button%
(string-constant abort) this
(lambda (b e)
(kill-thread t)
(send this show #f))