diff -r dc5e958a20dc -r cf319f2e56d0 AbstractLauncherApplication.st --- a/AbstractLauncherApplication.st Mon May 09 21:47:57 2016 +0200 +++ b/AbstractLauncherApplication.st Thu May 12 08:33:55 2016 +0200 @@ -7261,7 +7261,7 @@ (MCRepositoryGroup isNil or:[MCRepositoryGroup isLoaded not]) ifTrue:[ monticelloRoot icon:greyFolderIcon. - monticelloRoot label:monticelloLabel, (' (Monticello Support not Loaded)' asText colorizeAllWith:Color grey). + monticelloRoot label:monticelloLabel, (' (Monticello Support not Loaded)' withColor:Color grey). ] ifFalse:[ monticelloRoot icon:folderIcon. monticelloRoot label:monticelloLabel. @@ -7869,7 +7869,7 @@ isAlreadyLoaded := false. Error handle:[:ex | - item label:(item label , (' ERROR - please rebuild!!' colorizeAllWith:Color red)). + item label:(item label , (' ERROR - please rebuild!!' withColor:Color red)). ] do:[ isAlreadyLoaded := (defClass := ProjectDefinition definitionClassForPackage:packageID) notNil