stx_libtool.st
changeset 7039 eca706453a02
parent 7036 194b77c8add3
child 7048 2dae35cc4a80
--- a/stx_libtool.st	Mon Aug 28 19:12:04 2006 +0200
+++ b/stx_libtool.st	Mon Aug 28 19:19:26 2006 +0200
@@ -156,7 +156,7 @@
 fileDescription
     "Return a description string which will appear in <lib>.rc"
 
-    ^ 'Smalltalk/X Tools Class Library'
+    ^ 'Smalltalk/X Tools ClassLibrary'
 
     "Created: / 22-08-2006 / 23:28:07 / cg"
 !
@@ -176,5 +176,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.4 2006-08-28 15:22:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.5 2006-08-28 17:19:26 cg Exp $'
 ! !