# HG changeset patch # User Claus Gittinger # Date 1290012811 -3600 # Node ID ebdaac05b6ed94636e33fd4cac682948d44fd593 # Parent b54446664905735ffb44de6378bf497ebfb450e3 changed: #initialize diff -r b54446664905 -r ebdaac05b6ed Error.st --- a/Error.st Wed Nov 17 17:53:23 2010 +0100 +++ b/Error.st Wed Nov 17 17:53:31 2010 +0100 @@ -50,10 +50,10 @@ !Error class methodsFor:'initialization'! initialize - NotifierString := 'error encountered'. - "Created: / 4.8.1999 / 08:48:18 / stefan" + "Created: / 04-08-1999 / 08:48:18 / stefan" + "Modified: / 17-11-2010 / 17:53:07 / cg" ! ! !Error class methodsFor:'misc ui support'! @@ -85,11 +85,11 @@ !Error class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.10 2009-10-01 13:44:07 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.11 2010-11-17 16:53:31 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.10 2009-10-01 13:44:07 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.11 2010-11-17 16:53:31 cg Exp $' ! ! Error initialize!