checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 17 Jan 1997 20:42:19 +0100
changeset 2194 d9e23c3c53ce
parent 2193 65caec46221f
child 2195 d9762148ae8e
checkin from browser
Object.st
--- a/Object.st	Fri Jan 17 18:34:29 1997 +0100
+++ b/Object.st	Fri Jan 17 20:42:19 1997 +0100
@@ -5283,7 +5283,7 @@
         "/ a recursive error - quickly enter debugger
         "/ this happened, when I corrupted the Dialog class ...
 
-        'Object [error]: error cought in errorNotification' errorPrintCR.
+        ('Object [error]: ' , ex errorString , ' cought in errorNotification') errorPrintCR.
         action := #debug.
         ex return.
     ] do:[
@@ -5336,7 +5336,7 @@
     "
 
     "Created: 11.1.1997 / 17:53:09 / cg"
-    "Modified: 17.1.1997 / 18:17:17 / cg"
+    "Modified: 17.1.1997 / 18:21:58 / cg"
 !
 
 information:aString
@@ -5442,6 +5442,6 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.162 1997-01-17 17:18:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.163 1997-01-17 19:42:19 cg Exp $'
 ! !
 Object initialize!