stx_libview2.st
changeset 2198 440fadb8eb01
parent 2197 1a42882a8fcb
child 2201 cc2f5b83a021
--- a/stx_libview2.st	Mon Aug 28 16:29:29 2006 +0200
+++ b/stx_libview2.st	Mon Aug 28 19:19:41 2006 +0200
@@ -289,7 +289,7 @@
 fileDescription
     "Return a description string which will appear in <lib>.rc"
 
-    ^ 'Smalltalk/X Additional Graphic Interfacing Class Library'
+    ^ 'Smalltalk/X Additional Graphic Interfacing ClassLibrary'
 
     "Created: / 23-08-2006 / 00:07:05 / cg"
 !
@@ -309,5 +309,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.8 2006-08-28 14:29:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.9 2006-08-28 17:19:41 cg Exp $'
 ! !