'From etoys4.0 of 9 October 2008 [latest update: #2316] on 17 September 2009 at 12:39:29 pm'! "Change Set: africa-sw Date: 17 September 2009 Author: Scott Wallace Africa had been missing from the default region list. Also, renumbering the region codes."! !EToyProjectDetailsMorph class methodsFor: 'classification defaults' stamp: 'sw 9/17/2009 12:30'! defaultRegionTriplets "Answer default triplets for the region codes" ^ #( ('619' 'showcase : by region : Africa' 'Africa') ('620' 'showcase : by region : Antarctica' 'Antarctica') ('621' 'showcase : by region : Asia' 'Asia') ('622' 'showcase : by region : Australia' 'Australia') ('623' 'showcase : by region : Caribbean' 'Caribbean') ('624' 'showcase : by region : Central America' 'Central America') ('625' 'showcase : by region : Europe' 'Europe') ('626' 'showcase : by region : North America' 'North America') ('627' 'showcase : by region : Oceania' 'Oceania') ('628' 'showcase : by region : South America' 'South America') ) " EToyProjectDetailsMorph defaultRegionTriplets "! !