class: stx_libtool
authorClaus Gittinger <cg@exept.de>
Fri, 13 Feb 2015 12:16:28 +0100
changeset 15272 d5fb6533ef18
parent 15271 07285115629d
child 15273 a6606b8ea2f6
class: stx_libtool changed: #extensionMethodNames
stx_libtool.st
--- a/stx_libtool.st	Fri Feb 13 12:16:09 2015 +0100
+++ b/stx_libtool.st	Fri Feb 13 12:16:28 2015 +0100
@@ -569,6 +569,7 @@
         CharacterArray inspector2TabDiff
         Bag inspectorExtraAttributes
         SmalltalkLanguage compilerClassForInteractiveTools
+        Object inspector2TabClass
     )
 ! !
 
@@ -628,10 +629,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.119 2015-01-31 12:54:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.120 2015-02-13 11:16:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.119 2015-01-31 12:54:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.120 2015-02-13 11:16:28 cg Exp $'
 ! !