extensions.st
branchjv
changeset 15596 c11cc9c2974d
parent 15566 184cea584be5
parent 15587 75291f910f79
child 15620 8f25029eb991
--- a/extensions.st	Wed Apr 22 06:47:55 2015 +0200
+++ b/extensions.st	Thu Apr 23 06:49:03 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'!