*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2009 15:43:53 +0200
changeset 12085 3f2177e11a8a
parent 12084 8cdb5d246455
child 12086 9db1452d0645
*** empty log message ***
GenericException.st
--- a/GenericException.st	Thu Oct 01 15:43:50 2009 +0200
+++ b/GenericException.st	Thu Oct 01 15:43:53 2009 +0200
@@ -341,6 +341,14 @@
     ^ SignalSet with:self with:anExceptionHandler
 ! !
 
+!GenericException class methodsFor:'misc ui support'!
+
+iconInBrowserSymbol
+    <resource: #programImage>
+
+    ^ #exceptionClassBrowserIcon
+! !
+
 !GenericException class methodsFor:'printing'!
 
 description
@@ -2075,11 +2083,11 @@
 !GenericException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.118 2009-10-01 07:26:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.119 2009-10-01 13:43:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.118 2009-10-01 07:26:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.119 2009-10-01 13:43:53 cg Exp $'
 ! !
 
 GenericException initialize!