diff -r c2a83a451e3b -r 066dbce019f9 extensions.st --- a/extensions.st Sat Dec 03 09:29:15 2016 +0000 +++ b/extensions.st Tue Dec 06 07:06:54 2016 +0100 @@ -1915,7 +1915,7 @@ "return an extra tab to be used inside an inspector" "Use Smalltalk>>at: to trick the dependency detector" - ^ Smalltalk at: #'Tools::Inspector2Tab' new. + ^ (Smalltalk at: #'Tools::Inspector2Tab') new. ! ! !OrderedCollection methodsFor:'misc ui support'!