Warning.st
changeset 12083 079b2535924f
parent 10517 160835ef7978
child 12279 a76ac48afbdf
--- a/Warning.st	Thu Oct 01 12:48:31 2009 +0200
+++ b/Warning.st	Thu Oct 01 15:43:40 2009 +0200
@@ -117,6 +117,14 @@
     "Created: / 23.7.1999 / 15:34:27 / stefan"
 ! !
 
+!Warning class methodsFor:'misc ui support'!
+
+iconInBrowserSymbol
+    <resource: #programImage>
+
+    ^ #warningClassBrowserIcon
+! !
+
 !Warning methodsFor:'default actions'!
 
 defaultAction
@@ -147,7 +155,11 @@
 !Warning class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.12 2007-04-16 13:42:20 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.13 2009-10-01 13:43:40 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/Warning.st,v 1.13 2009-10-01 13:43:40 cg Exp $'
 ! !
 
 Warning initialize!