Notification.st
changeset 12084 8cdb5d246455
parent 12060 49c65efc6abb
child 12277 29a16650c9f4
--- 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
+    <resource: #programImage>
+
+    ^ #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!