ApplicationWindow.st
changeset 966 38232250d191
parent 964 51114e9392da
child 968 d75fac2be7a2
--- a/ApplicationWindow.st	Thu Jun 18 19:12:30 1998 +0200
+++ b/ApplicationWindow.st	Thu Jun 18 19:15:59 1998 +0200
@@ -69,12 +69,12 @@
 
 !ApplicationWindow methodsFor:'events'!
 
-close
+destroy
     self noticeOfWindowClose.
     self keyboardProcessor release.
-    super close
+    super destroy
 
-    "Created: / 18.6.1998 / 18:54:03 / cg"
+    "Created: / 18.6.1998 / 19:15:28 / cg"
 !
 
 noticeOfWindowClose
@@ -88,5 +88,5 @@
 !ApplicationWindow class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.1 1998-06-18 16:57:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.2 1998-06-18 17:15:59 cg Exp $'
 ! !