*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 03 Dec 1999 19:10:29 +0100
changeset 1627 7bfaaad36045
parent 1626 614d6e8db98d
child 1628 1305487a3bcc
*** empty log message ***
LicenceBox.st
--- a/LicenceBox.st	Fri Dec 03 19:09:03 1999 +0100
+++ b/LicenceBox.st	Fri Dec 03 19:10:29 1999 +0100
@@ -273,7 +273,10 @@
 
     file := self licenceFile.
     file isNil ifTrue:[
-	^ 'oops - you are not supposed to remove the LICENSE file !!'
+        ^ 'oops - you are not supposed to remove the LICENSE file !!
+
+- or the documentation files have not been installed correctly;
+- or your systemPath settings are not correct.'
     ].
     ^ file asFilename contents.
 
@@ -303,6 +306,6 @@
 !LicenceBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/LicenceBox.st,v 1.17 1999-12-03 18:09:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/LicenceBox.st,v 1.18 1999-12-03 18:10:29 cg Exp $'
 ! !
 LicenceBox initialize!