extensions.st
branchjv
changeset 17146 066dbce019f9
parent 17140 c2a83a451e3b
parent 17145 9be52f4dd057
child 17215 4a42de8e888a
--- 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'!