stx_libwidg2.st
changeset 3753 5ea9411aaac8
parent 3746 b74689ab5c60
child 3793 9cd03fa8e8f2
--- a/stx_libwidg2.st	Wed Sep 23 20:17:57 2009 +0200
+++ b/stx_libwidg2.st	Thu Sep 24 12:58:32 2009 +0200
@@ -220,7 +220,7 @@
 !
 
 legalCopyright
-    "Return copyright string which will appear in <lib>.rc"
+    "Return a copyright string which will appear in <lib>.rc"
 
     ^ 'Copyright Claus Gittinger 1988-2009\nCopyright eXept Software AG 1998-2009'
 
@@ -230,5 +230,5 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.34 2009-09-16 15:18:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.35 2009-09-24 10:58:32 cg Exp $'
 ! !