Jan. 18, 2010
8:15 a.m.
in 1.0 PasteUpMorph>>worldMenu ^ TheWorldMenu new adaptToWorld: self was defined as service extension in 1.1 services have been removed Now HostSystemMenusMacOSX uses the following pattern ... self buildSubMenusFor: World worldMenu openMenu. ... We could either reintroduce PasteUpMorph>>worldMenu or in HostSystemMenusMac Does anybody have some criteria to differentiate the two places? Stef