diff -r 079b2535924f -r 8cdb5d246455 Notification.st --- a/Notification.st Thu Oct 01 15:43:40 2009 +0200 +++ b/Notification.st Thu Oct 01 15:43:50 2009 +0200 @@ -127,6 +127,14 @@ "Modified: / 25.7.1999 / 23:12:19 / stefan" ! ! +!Notification class methodsFor:'misc ui support'! + +iconInBrowserSymbol + + + ^ #notificationClassBrowserIcon +! ! + !Notification class methodsFor:'queries'! accepts:aSignal @@ -330,11 +338,11 @@ !Notification class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.23 2009-10-01 07:27:21 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.24 2009-10-01 13:43:50 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.23 2009-10-01 07:27:21 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.24 2009-10-01 13:43:50 cg Exp $' ! ! Notification initialize!