[squeak-dev] The Trunk: Morphic-mt.2065.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 18 12:59:07 UTC 2023


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.2065.mcz

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

Name: Morphic-mt.2065
Author: mt
Time: 18 January 2023, 1:59:04.489866 pm
UUID: c5ae54ef-012e-7e47-9df1-1d0ad824b91c
Ancestors: Morphic-mt.2064

withCRs translated -> translated withCRs

=============== Diff against Morphic-mt.2064 ===============

Item was changed:
  ----- Method: TheWorldMainDockingBar>>installAndOpenSqueakInboxTalk (in category 'menu actions') -----
  installAndOpenSqueakInboxTalk
  	
  	(Smalltalk hasClassNamed: #TalkInboxBrowser)
  		ifFalse: [ (Project uiManager
+ 					confirm: 'Squeak Inbox Talk is not yet installed.\\Do you want to install it?\\(Note that this step requires an internet connection and may take several minutes.)' translated withCRs
- 					confirm: 'Squeak Inbox Talk is not yet installed.\\Do you want to install it?\\(Note that this step requires an internet connection and may take several minutes.)' withCRs translated
  					title: 'Confirm Installation Request' )
  			ifTrue: [ Installer
  						ensureRecentMetacello;
  						installSqueakInboxTalk.
  					TheWorldMainDockingBar updateInstances ]
  			ifFalse: [ ^self ] ].
  	(Smalltalk classNamed: #TalkInboxBrowser) open.
  !



More information about the Squeak-dev mailing list