checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 16 Feb 1999 23:47:48 +0100
changeset 2017 a4d6c76cdef5
parent 2016 2ceade11199f
child 2018 ac678817ff98
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Tue Feb 16 23:41:30 1999 +0100
+++ b/AbstractLauncherApplication.st	Tue Feb 16 23:47:48 1999 +0100
@@ -2873,8 +2873,8 @@
       nextPutLine:'Display class activateOnClick: ' , ((Display class activateOnClick:nil) storeString) , '.';
       nextPutLine:'MenuView showAcceleratorKeys: ' , (MenuView showAcceleratorKeys storeString) , '.';
       nextPutLine:'Class tryLocalSourceFirst: ' , (Class tryLocalSourceFirst storeString) , '.'.
-    (Exception emergencyHandler == Launcher notifyingEmergencyHandler) ifTrue:[
-        s nextPutLine:'Exception emergencyHandler:(Launcher notifyingEmergencyHandler).'.
+    (Exception emergencyHandler == AbstractLauncherApplication notifyingEmergencyHandler) ifTrue:[
+        s nextPutLine:'Exception emergencyHandler:(AbstractLauncherApplication notifyingEmergencyHandler).'.
     ].
     Processor isTimeSlicing ifTrue:[
         s nextPutLine:'Processor startTimeSlicing.'.
@@ -4246,5 +4246,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.3 1999-02-16 22:41:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.4 1999-02-16 22:47:48 cg Exp $'
 ! !