Notification.st
changeset 4554 db264efac2c0
parent 4550 66adee5e8491
child 4605 7d5e97290c97
--- a/Notification.st	Wed Aug 04 18:36:33 1999 +0200
+++ b/Notification.st	Wed Aug 04 18:58:08 1999 +0200
@@ -11,8 +11,6 @@
 "
 
 
-'From Smalltalk/X, Version:3.5.3 on 4-aug-1999 at 06:30:17 pm'                  !
-
 Exception subclass:#Notification
 	instanceVariableNames:''
 	classVariableNames:''
@@ -349,6 +347,6 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.6 1999-08-04 16:31:44 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.7 1999-08-04 16:57:51 stefan Exp $'
 ! !
 Notification initialize!