SequenceView.st
changeset 2023 ecd0f7dc806e
parent 1770 21860fc4cbde
child 2100 69c10efca8f4
--- a/SequenceView.st	Mon Oct 04 12:44:59 1999 +0200
+++ b/SequenceView.st	Mon Oct 04 12:46:42 1999 +0200
@@ -42,7 +42,7 @@
     "Created: / 20.6.1998 / 14:17:01 / cg"
 ! !
 
-!SequenceView methodsFor:'ST-80 compatibility'!
+!SequenceView methodsFor:'Compatibility - ST-80'!
 
 optimizeForText
     "dummy - ST-80 compatibility"
@@ -77,5 +77,5 @@
 !SequenceView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.4 1999-03-07 13:30:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.5 1999-10-04 10:46:42 cg Exp $'
 ! !