Notification.st
changeset 4525 999e680a29ca
parent 4508 d64471bf34af
child 4550 66adee5e8491
--- a/Notification.st	Wed Aug 04 16:11:36 1999 +0200
+++ b/Notification.st	Wed Aug 04 16:12:09 1999 +0200
@@ -72,7 +72,7 @@
 
 !Notification methodsFor:'default actions'!
 
-action
+defaultAction
     "Default action for notifications: open a info box with errorString"
 
     |text|
@@ -101,6 +101,6 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.4 1999-08-03 12:07:42 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.5 1999-08-04 14:12:07 stefan Exp $'
 ! !
 Notification initialize!