class: AbstractLauncherApplication
authorClaus Gittinger <cg@exept.de>
Tue, 03 Jun 2014 11:37:15 +0200
changeset 14445 93a87572e630
parent 14444 cea130516cc0
child 14446 fffa2de230fc
class: AbstractLauncherApplication changed: #findApplicationClass:nameSpace:
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Tue Jun 03 11:20:34 2014 +0200
+++ b/AbstractLauncherApplication.st	Tue Jun 03 11:37:15 2014 +0200
@@ -724,7 +724,7 @@
         (Dialog confirm:(resources
                     stringWithCRs:'Sorry, the ''%1''-class is not available.\\Shall I try to autoload it?'
                     with:classOrClassName allBold)) ifFalse:[
-            ^ nil
+            ^ AbortOperationRequest raise
         ].
         self withWaitCursorDo:[
             #(
@@ -6960,14 +6960,14 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.458 2014-05-17 12:53:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.459 2014-06-03 09:37:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.458 2014-05-17 12:53:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.459 2014-06-03 09:37:15 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractLauncherApplication.st,v 1.458 2014-05-17 12:53:33 cg Exp $'
+    ^ '$Id: AbstractLauncherApplication.st,v 1.459 2014-06-03 09:37:15 cg Exp $'
 ! !