*** empty log message ***
authorclaus
Mon, 20 Mar 1995 14:22:23 +0100
changeset 19 b9f2ef8d78ec
parent 18 5f20384be03c
child 20 af1e702d74d0
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Mon Mar 20 03:59:04 1995 +0100
+++ b/smalltalk.rc	Mon Mar 20 14:22:23 1995 +0100
@@ -43,6 +43,8 @@
 (Smalltalk getSystemFileName:'source/Object.st') isNil ifTrue:[
     '***********************************************************************' errorPrintNL.
     '***** ATTENTION: please check installation of your source files' errorPrintNL.
+    '***** ' errorPrintNL.
+    '***** the browser/debugger may not be able to show sourcecode.' errorPrintNL.
     anyWrong := true.
     missing := missing , '''source'' '.
 ].