AbstractLauncherApplication.st
changeset 18548 76121368cd6e
parent 18531 d744a31fa413
child 18678 615e0ad7a8ca
--- a/AbstractLauncherApplication.st	Sun Dec 16 11:41:33 2018 +0100
+++ b/AbstractLauncherApplication.st	Mon Dec 17 13:16:07 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -7875,7 +7873,7 @@
             defClass isLoaded.
             defClass isFullyLoaded.
             defClass verbose:false.
-            Dialog warn:(resources string:'Load failed: definition class /%1) not fully loaded after package load.' with:defClass name)
+            Dialog warn:(resources string:'Load failed: definition class "%1" not fully loaded after package load.' with:defClass name)
         ]
     ] ifTrue:[
         doBrowse ifTrue:[
@@ -7902,6 +7900,7 @@
     ].
 
     "Modified: / 02-08-2017 / 13:00:14 / cg"
+    "Modified: / 17-12-2018 / 13:09:34 / Claus Gittinger"
 !
 
 loadPackageDefinition:package browse:doBrowse subPackages:subPackages item:someItem