Smalltalk.st
changeset 5145 23bca61caa40
parent 5144 607e6fe053b5
child 5146 bfe5096a2d06
--- a/Smalltalk.st	Fri Dec 24 00:19:59 1999 +0100
+++ b/Smalltalk.st	Fri Dec 24 00:20:52 1999 +0100
@@ -285,6 +285,7 @@
             \smalltalk                (if existing)
             \programs\smalltalk       (if existing)
             \programs\exept\smalltalk (if existing)
+            registry info             (if present)
 
      vms:
             $stx:lib                 (if existing)
@@ -330,7 +331,7 @@
      Smalltalk systemPath
     "
 
-    "Modified: / 24.12.1999 / 00:17:53 / cg"
+    "Modified: / 24.12.1999 / 00:23:35 / cg"
 !
 
 initUserPreferences
@@ -5454,5 +5455,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.414 1999-12-23 23:19:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.415 1999-12-23 23:20:52 cg Exp $'
 ! !