smalltalk.rc
changeset 385 4f87bb393921
parent 369 eb39a763d88e
child 387 eafd2b349a62
--- a/smalltalk.rc	Tue Sep 14 15:33:45 1999 +0200
+++ b/smalltalk.rc	Thu Sep 16 11:20:11 1999 +0200
@@ -415,7 +415,7 @@
 Smalltalk isStandAloneApp ifFalse:[
     anyWrong := false.
     missing := ''.
-    (Smalltalk getSystemFileName:'resources/SBrowser.rs') isNil ifTrue:[
+    (Smalltalk getSystemFileName:'resources/SystemBrowser.rs') isNil ifTrue:[
 	'***********************************************************************' errorPrintCR.
 	'***** ATTENTION: please check installation of your >>resource<< files' errorPrintCR.
 	'***** I will not be able to give non-english messages' errorPrintCR.