class: stx_libtool
authorStefan Vogel <sv@exept.de>
Tue, 15 Oct 2013 15:15:23 +0200
changeset 13640 1ea213ca90c5
parent 13639 c3544245d01b
child 13641 8b66149100f6
class: stx_libtool changed: #extensionMethodNames
stx_libtool.st
--- a/stx_libtool.st	Tue Oct 15 15:14:13 2013 +0200
+++ b/stx_libtool.st	Tue Oct 15 15:15:23 2013 +0200
@@ -493,6 +493,7 @@
         Rectangle inspectorValueStringInListFor:
         ProgrammingLanguage toolbox
         ProgrammingLanguage toolboxClass
+        'Autoload class' inspectorExtraAttributes
     )
 ! !
 
@@ -551,10 +552,10 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.98 2013-09-05 21:36:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.99 2013-10-15 13:15:23 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.98 2013-09-05 21:36:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.99 2013-10-15 13:15:23 stefan Exp $'
 ! !