The Trunk: Multilingual-fbs.165.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Multilingual-fbs.165.mcz

commits-2
Frank Shearar uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-fbs.165.mcz

==================== Summary ====================

Name: Multilingual-fbs.165
Author: fbs
Time: 15 July 2013, 11:11:00.175 pm
UUID: ab4e3e8a-21b2-754b-864d-aec695ba764d
Ancestors: Multilingual-fbs.164

LanguageEnvironment class >> #localeChanged calls #startUp which calls other #startUps. Rather just rely on the #localeChanged call to trigger locale changes in the other packages.

=============== Diff against Multilingual-fbs.164 ===============

Item was changed:
  ----- Method: LanguageEnvironment class>>startUp (in category 'class initialization') -----
  startUp
-
  self clearDefault.
- Clipboard startUp.
- HandMorph startUp.
  !