diff -r 1120c0076f6a -r 079b2535924f 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 + + + ^ #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!