TextView.st
changeset 2100 69c10efca8f4
parent 2074 24e9d7beed2b
child 2109 ccad6daad477
--- a/TextView.st	Mon Jan 17 12:04:21 2000 +0100
+++ b/TextView.st	Mon Jan 17 12:18:33 2000 +0100
@@ -416,7 +416,7 @@
     "Modified: 5.3.1997 / 15:37:37 / cg"
 ! !
 
-!TextView methodsFor:'Compatibility - ST-80'!
+!TextView methodsFor:'Compatibility - ST80'!
 
 selectionStartIndex
     "ST-80 compatibility: return the selections start character position."
@@ -2977,5 +2977,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.147 1999-12-09 11:11:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.148 2000-01-17 11:18:33 cg Exp $'
 ! !