*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 24 Aug 1996 12:07:54 +0200
changeset 697 85291202951d
parent 696 b55f8705bb41
child 698 64cf733533d1
*** empty log message ***
Launcher.st
--- a/Launcher.st	Sat Aug 24 12:07:24 1996 +0200
+++ b/Launcher.st	Sat Aug 24 12:07:54 1996 +0200
@@ -846,7 +846,7 @@
                                                 'never'
                                                )).
     stcCompilation selectionIndex:2.
-    Smalltalk supportsJustInTimeCompilation ifTrue:[
+    ObjectMemory supportsJustInTimeCompilation ifTrue:[
         justInTimeCompilation := ObjectMemory justInTimeCompilation:true.
         ObjectMemory justInTimeCompilation:justInTimeCompilation.
     ] ifFalse:[
@@ -908,7 +908,7 @@
     component := box 
                     addCheckBox:(resources string:'just in time compilation to machine code') 
                     on:justInTimeCompilation.
-    Smalltalk supportsJustInTimeCompilation ifFalse:[
+    ObjectMemory supportsJustInTimeCompilation ifFalse:[
         component disable
     ].
     box addHorizontalLine.
@@ -3337,5 +3337,5 @@
 !NewLauncher  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.177 1996-08-22 13:30:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.178 1996-08-24 10:07:54 cg Exp $'
 ! !