ChangesBrowser.st
changeset 3204 f3efd0865b8c
parent 3203 44ac975f0993
child 3205 83631369b396
--- a/ChangesBrowser.st	Tue Sep 25 18:31:05 2001 +0200
+++ b/ChangesBrowser.st	Tue Sep 25 18:32:43 2001 +0200
@@ -1060,7 +1060,7 @@
 !ChangesBrowser methodsFor:'menu actions'!
 
 menuExit
-    self destroy
+    self closeRequest
 !
 
 openAboutThisApplication
@@ -4170,5 +4170,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.221 2001-09-25 16:31:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.222 2001-09-25 16:32:43 cg Exp $'
 ! !