NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

StCritiqueBrowserPresenter should use application API and not UIManager

Open Ducasse opened this issue 1 year ago • 1 comments

onWindowClosed

	self unregisterFromAnnouncements.

	cache cacheChange ifTrue: [ 
		(UIManager default confirm:
			 'Do you want log all wrong violations in the Manifests
before closing the Critiques Browser ?') ifTrue: [ cache logInManifest ] ]

Ducasse avatar Jul 02 '23 13:07 Ducasse