*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 26 Feb 2004 17:17:23 +0100
changeset 2660 851d38de3274
parent 2659 3af857eb52fb
child 2661 f68913f2facf
*** empty log message ***
CharacterSetView.st
--- a/CharacterSetView.st	Thu Feb 26 13:19:47 2004 +0100
+++ b/CharacterSetView.st	Thu Feb 26 17:17:23 2004 +0100
@@ -37,9 +37,12 @@
 
 documentation
 "
-    Can be used both as an informative display of a fonts characters
+    Can be used both as an informative display of a font's characters
     (opened via the fontPanels - text-preview popUpMenu)
     or to insert characters into a textView (opened by a textEditors misc-specialCharacters menu).
+
+    Author:
+        Claus Gittinger
 "
 ! !
 
@@ -441,5 +444,5 @@
 !CharacterSetView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CharacterSetView.st,v 1.14 2004-02-24 21:34:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CharacterSetView.st,v 1.15 2004-02-26 16:17:23 cg Exp $'
 ! !