extensions.st
changeset 17145 9be52f4dd057
parent 17128 c3284e91065f
child 17146 066dbce019f9
child 17171 e74741ba46ba
--- a/extensions.st	Mon Dec 05 17:07:47 2016 +0100
+++ b/extensions.st	Mon Dec 05 17:51:29 2016 +0100
@@ -1905,7 +1905,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'!