#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 15 May 2019 17:03:42 +0200
changeset 24123 d3c4267aa343
parent 24122 af75cab3dfb1
child 24124 ad6d160880eb
#BUGFIX by cg class: Smalltalk class changed: #basicLoadPackage:fromDirectory:asAutoloaded:
Smalltalk.st
--- a/Smalltalk.st	Tue May 14 14:49:41 2019 +0200
+++ b/Smalltalk.st	Wed May 15 17:03:42 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -2580,6 +2578,7 @@
                                     binaryClassFilenameForPackage:aPackageString
                                     inDirectory:packageDirOrNil.
 
+    errorInInitialize := false.
     (binaryClassLibraryFilename notNil and:[binaryClassLibraryFilename exists]) ifTrue:[
         |loadErrorOccurred|
 
@@ -2688,8 +2687,8 @@
     "
 
     "Modified: / 29-07-2011 / 19:55:35 / cg"
-    "Modified (comment): / 19-02-2019 / 16:34:46 / Claus Gittinger"
     "Modified: / 12-03-2019 / 18:44:50 / Stefan Vogel"
+    "Modified: / 15-05-2019 / 17:03:09 / Claus Gittinger"
 !
 
 loadExtensionsForPackage:aPackageId
@@ -8941,13 +8940,13 @@
     (lang == #de) ifTrue:[
         proto := 'Willkommen bei %1 (%4Version %2 von %3)'. bit := 'Bit'.
     ] ifFalse:[ (lang == #fr) ifTrue:[
-        proto := 'Salut, Bienvenue à %1 (%4version %2 de %3)'
+        proto := 'Salut, Bienvenue à %1 (%4version %2 de %3)'
     ] ifFalse:[ (lang == #it) ifTrue:[
         proto := 'Ciao, benvenuto al %1 (%4versione %2 di %3)'
     ] ifFalse:[ (lang == #es) ifTrue:[
         proto := 'Hola, bienvenida a %1 (%4version %2 de %3)'
     ] ifFalse:[ (lang == #pt) ifTrue:[
-        proto := 'Olá!!, mem-vindo a %1 (%4version %2 de %3)'
+        proto := 'Olá!!, mem-vindo a %1 (%4version %2 de %3)'
     ] ifFalse:[ (lang == #no) ifTrue:[
         proto := 'Hei, verdenmottakelse til %1 (%4versjon %2 av %3)'
     ]]]]]].