# HG changeset patch # User Claus Gittinger # Date 1557932622 -7200 # Node ID d3c4267aa343045b2022fd1fdf37b626f9c4e989 # Parent af75cab3dfb17381dd79c9816c19a6dba870bfa5 #BUGFIX by cg class: Smalltalk class changed: #basicLoadPackage:fromDirectory:asAutoloaded: diff -r af75cab3dfb1 -r d3c4267aa343 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)' ]]]]]].