extensions.st
changeset 15587 75291f910f79
parent 15555 91fe564d5a8f
child 15596 c11cc9c2974d
child 15616 325be5f3e308
--- a/extensions.st	Tue Apr 21 16:59:24 2015 +0200
+++ b/extensions.st	Wed Apr 22 15:58:53 2015 +0200
@@ -1693,9 +1693,9 @@
 !Object methodsFor:'debugging'!
 
 newInspector2Tab
+    "return an extra tab to be used inside an inspector"
 
     "Use Smalltalk>>at: to trick the dependency detector"
-
     "/ why do we need this hack - the Tools::Inspector2Tab class and this
     "/ extension are in the same package anyway?!!
     ^(Smalltalk at: #'Tools::Inspector2Tab') 
@@ -2724,7 +2724,7 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.153 2015-03-26 10:22:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.154 2015-04-22 13:58:53 cg Exp $'
 ! !
 
 !stx_libtool class methodsFor:'documentation'!