smalltalk.rc
changeset 272 51a02734db19
parent 271 b0e7b423063c
child 287 8151d262bd27
--- a/smalltalk.rc	Wed Apr 22 18:41:35 1998 +0200
+++ b/smalltalk.rc	Wed Apr 22 18:44:36 1998 +0200
@@ -121,12 +121,10 @@
   ]
 ].
 (Smalltalk getSystemFileName:'bitmaps/SBrowser.xbm') isNil ifTrue:[
-  (Smalltalk getSystemFileName:'bitmaps/bitmaps.zip') isNil ifTrue:[
     '***********************************************************************' errorPrintCR.
     '***** ATTENTION: please check installation of your >>bitmap<< files' errorPrintCR.
     anyWrong := true.
     missing := missing , '''bitmaps'' '.
-  ]
 ].
 (Smalltalk getSystemFileName:'resources/normal.style') isNil ifTrue:[
     '***********************************************************************' errorPrintCR.