stx_libtool.st
changeset 14072 f261e252f590
parent 14046 1a0d1fd0f206
child 14212 6b0051716763
--- a/stx_libtool.st	Thu Feb 27 17:55:19 2014 +0100
+++ b/stx_libtool.st	Thu Feb 27 17:55:52 2014 +0100
@@ -580,6 +580,7 @@
         'Autoload class' inspectorExtraAttributes
         ProgrammingLanguage displayString
         Interval inspectorValueStringInListFor:
+        CharacterArray inspector2TabDiff
     )
 ! !
 
@@ -639,10 +640,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.104 2014-02-25 10:44:24 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.105 2014-02-27 16:55:52 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.104 2014-02-25 10:44:24 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.105 2014-02-27 16:55:52 vrany Exp $'
 ! !