Tobias Pape uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-topa.973.mcz==================== Summary ====================
Name: Morphic-topa.973
Author: topa
Time: 8 May 2015, 4:12:31.467 pm
UUID: 94308b91-2a2c-46b1-b880-3fa2ca75b1b5
Ancestors: Morphic-mt.972
Default to international time format.
=============== Diff against Morphic-mt.972 ===============
Item was changed:
----- Method: TheWorldMainDockingBar>>clockOn: (in category 'right side') -----
clockOn: aDockingBar
aDockingBar
+ addMorphBack: (ClockMorph new show24hr: true; yourself);
- addMorphBack: ClockMorph new ;
addDefaultSpace!