*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 03 Mar 2006 19:33:04 +0100
changeset 6621 698c7e5ff1c3
parent 6620 b0d2410124fb
child 6622 cf89940b5d30
*** empty log message ***
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Mar 03 16:52:13 2006 +0100
+++ b/AbstractLauncherApplication.st	Fri Mar 03 19:33:04 2006 +0100
@@ -438,7 +438,7 @@
     ].
 
     Autoload autoloadFailedSignal handle:[:ex |
-        self warn:(resources string:'Sorry, the %1 class seems to be not available.' with:cls name)
+        self warn:(resources string:'Sorry, the %1 class seems to be not available (failed to load).' with:cls name)
     ] do:[
         self withWaitCursorDo:[
             cls perform:aSelector
@@ -6527,5 +6527,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.329 2006-02-08 16:10:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.330 2006-03-03 18:33:04 cg Exp $'
 ! !