Launcher.st
changeset 974 8c16159d71a7
parent 973 bb876b0213e5
child 997 0edcba8790fd
--- a/Launcher.st	Tue Jan 21 18:35:19 1997 +0100
+++ b/Launcher.st	Tue Jan 21 18:51:49 1997 +0100
@@ -2497,7 +2497,8 @@
       nextPutLine:'"/ Class updateChanges: ' , (Class updatingChanges storeString) , '.';
       nextPutLine:'"/ ObjectMemory nameForChanges: ' , (ObjectMemory nameForChanges storeString) , '.';
 
-      nextPutLine:'Dialog returnFocusWhenClosingModalBoxes: ' , (Dialog returnFocusWhenClosingModalBoxes storeString) , '.';
+      nextPutLine:'StandardSystemView returnFocusWhenClosingModalBoxes: ' , (StandardSystemView returnFocusWhenClosingModalBoxes storeString) , '.';
+      nextPutLine:'StandardSystemView takeFocusWhenMapped: ' , (StandardSystemView takeFocusWhenMapped storeString) , '.';
       nextPutLine:'MenuView showAcceleratorKeys: ' , (MenuView showAcceleratorKeys storeString) , '.';
       nextPutLine:'Class tryLocalSourceFirst: ' , (Class tryLocalSourceFirst storeString) , '.'.
     (Exception emergencyHandler == Launcher notifyingEmergencyHandler) ifTrue:[
@@ -4510,5 +4511,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.237 1997-01-21 17:35:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.238 1997-01-21 17:51:49 cg Exp $'
 ! !