*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 08 Jun 2004 20:03:09 +0200
changeset 8386 d600ab917968
parent 8385 bb10cbfae774
child 8387 9622f88cac11
*** empty log message ***
YesToAllConfirmation.st
--- a/YesToAllConfirmation.st	Tue Jun 08 20:02:52 2004 +0200
+++ b/YesToAllConfirmation.st	Tue Jun 08 20:03:09 2004 +0200
@@ -1,6 +1,6 @@
 "{ Package: 'stx:libbasic' }"
 
-Query subclass:#YesToAllConfirmation
+Notification subclass:#YesToAllConfirmation
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -11,5 +11,5 @@
 !YesToAllConfirmation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.1 2004-06-08 18:02:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/YesToAllConfirmation.st,v 1.2 2004-06-08 18:03:09 cg Exp $'
 ! !