smalltalk.rc
changeset 401 64a83b800ff7
parent 399 5a842f5d7196
child 403 e386c8c4da62
--- a/smalltalk.rc	Wed Dec 01 23:26:59 1999 +0100
+++ b/smalltalk.rc	Wed Dec 01 23:51:27 1999 +0100
@@ -452,8 +452,7 @@
 	]
       ]
     ].
-    ((Smalltalk getSystemFileName:'bitmaps/SBrowser.xbm') isNil 
-    and:[(Smalltalk getSystemFileName:'packages/libtool/bitmaps/SBrowser.xbm') isNil]) ifTrue:[
+    (Smalltalk bitmapFromFileNamed:'SmalltalkX.xbm' inPackage:'stx:libtool') isNil ifTrue:[
 	'***********************************************************************' errorPrintCR.
 	'***** ATTENTION: please check installation of your >>bitmap<< files' errorPrintCR.
 	anyWrong := true.