Launcher.st
changeset 1944 86de5ad33d80
parent 1943 38fa0715eba2
child 1947 1e3ccc0b663e
--- a/Launcher.st	Mon Oct 19 16:46:42 1998 +0200
+++ b/Launcher.st	Tue Oct 20 00:39:10 1998 +0200
@@ -3476,13 +3476,13 @@
 
     box accepted ifTrue:[
         JavaVM audioEnabled:audio value.
-        JavaVM fileOpenConfirmation extraFileSecurityChecks value.
-        JavaVM socketConnectConfirmation extraSocketSecurityChecks value.
+        JavaVM fileOpenConfirmation: extraFileSecurityChecks value.
+        JavaVM socketConnectConfirmation: extraSocketSecurityChecks value.
     ].
     box destroy
 
     "Created: / 18.7.1998 / 22:32:58 / cg"
-    "Modified: / 19.10.1998 / 16:04:03 / cg"
+    "Modified: / 19.10.1998 / 18:08:30 / cg"
 !
 
 keyboardSettingsFor:requestor 
@@ -5957,5 +5957,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.386 1998-10-19 14:46:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.387 1998-10-19 22:39:10 cg Exp $'
 ! !