checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 30 Dec 1996 17:25:54 +0100
changeset 2019 8f44b270809b
parent 2018 3d7af604f964
child 2020 a561439fa03c
checkin from browser
Autoload.st
--- a/Autoload.st	Mon Dec 23 17:36:30 1996 +0100
+++ b/Autoload.st	Mon Dec 30 17:25:54 1996 +0100
@@ -143,7 +143,7 @@
             spaces:4; nextPutLine:myName , ' is not yet loaded.'; cr.
     aStream nextPutAll:'to load, execute: '.
     aStream cr; cr; spaces:4; nextPutLine:myName  , ' autoload'.
-
+    aStream cr; nextPutLine:'or use the browsers load-function (in the class menu).'.
     "
      the following is simply informative ...
      actually, its a hack & kludge - there ought to be a method for this
@@ -195,7 +195,7 @@
     aStream cr; nextPutAll:'"'.
 
     "Created: 8.12.1995 / 00:31:53 / cg"
-    "Modified: 8.11.1996 / 23:52:55 / cg"
+    "Modified: 30.12.1996 / 17:25:15 / cg"
 ! !
 
 !Autoload class methodsFor:'lazy compilation'!
@@ -484,6 +484,6 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.57 1996-11-08 23:55:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.58 1996-12-30 16:25:54 cg Exp $'
 ! !
 Autoload initialize!