*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2009 15:43:40 +0200
changeset 12083 079b2535924f
parent 12082 1120c0076f6a
child 12084 8cdb5d246455
*** empty log message ***
Warning.st
--- 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!