exitOnLastClose disabled for licenseBox
authorClaus Gittinger <cg@exept.de>
Mon, 30 Jun 2014 16:53:08 +0200
changeset 1358 7ea72a25a3d6
parent 1357 2fad3a905583
child 1359 1c9890b47762
exitOnLastClose disabled for licenseBox
smalltalk.rc
--- a/smalltalk.rc	Mon Jun 30 10:33:15 2014 +0200
+++ b/smalltalk.rc	Mon Jun 30 16:53:08 2014 +0200
@@ -522,6 +522,7 @@
 	    LicenceBox licenceRejectSignal handle:[:ex|
 		Smalltalk exit
 	    ] do:[
+		Display exitOnLastClose:false.
 		(LicenceBox open) ifFalse:[
 		    'smalltalk.rc [info]: licence conditions not accepted.' infoPrintCR.
 		    Smalltalk exit